diff options
Diffstat (limited to 'grasp-audit/README.md')
| -rw-r--r-- | grasp-audit/README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/grasp-audit/README.md b/grasp-audit/README.md index 97a6429..b1dcb15 100644 --- a/grasp-audit/README.md +++ b/grasp-audit/README.md | |||
| @@ -178,7 +178,10 @@ docker run --rm -p 18081:8081 ghcr.io/danconwaydev/ngit-relay:latest | |||
| 178 | # In another terminal, run tests with RELAY_URL | 178 | # In another terminal, run tests with RELAY_URL |
| 179 | grasp-audit audit --relay ws://localhost:18081 --mode ci | 179 | grasp-audit audit --relay ws://localhost:18081 --mode ci |
| 180 | 180 | ||
| 181 | # or specific test via cargo | 181 | # or run all ignored tests via cargo |
| 182 | RELAY_URL="ws://localhost:18081" cargo test --lib -- --ignored --nocapture | ||
| 183 | |||
| 184 | # or run specific test via cargo | ||
| 182 | RELAY_URL="ws://localhost:18081" cargo test --lib test_grasp01_nostr_relay_against_relay -- --ignored --nocapture | 185 | RELAY_URL="ws://localhost:18081" cargo test --lib test_grasp01_nostr_relay_against_relay -- --ignored --nocapture |
| 183 | ``` | 186 | ``` |
| 184 | 187 | ||