docs: generate gitea wiki pages + publish script
add wiki/ markdown pages (Home, Sidebar, architecture, transport, developer, usage) add scripts/publish_gitea_wiki.sh to sync wiki repo fix: serialize aggregate env-setting tests to avoid parallel env var races
This commit is contained in:
16
wiki/Testing.md
Normal file
16
wiki/Testing.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Testing
|
||||
|
||||
## Unit and Integration
|
||||
```bash
|
||||
cargo test --workspace
|
||||
```
|
||||
|
||||
## Gated Tests (require external services)
|
||||
- Runner NATS:
|
||||
```bash
|
||||
RUNNER_TEST_NATS_URL=nats://127.0.0.1:4222 cargo test -p runner -- --ignored
|
||||
```
|
||||
- Projection NATS:
|
||||
```bash
|
||||
PROJECTION_TEST_NATS_URL=nats://127.0.0.1:4222 cargo test -p projection -- --ignored
|
||||
```
|
||||
Reference in New Issue
Block a user