upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/docs/how-to/test-compliance.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/how-to/test-compliance.md')
-rw-r--r--docs/how-to/test-compliance.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/how-to/test-compliance.md b/docs/how-to/test-compliance.md
index 370fb9a..8aa7ab1 100644
--- a/docs/how-to/test-compliance.md
+++ b/docs/how-to/test-compliance.md
@@ -184,7 +184,7 @@ nix develop -c cargo run
184 184
185# In another terminal, run audit tool 185# In another terminal, run audit tool
186cd grasp-audit 186cd grasp-audit
187nix develop -c cargo run -- --url ws://127.0.0.1:8080 187nix develop -c cargo run -- --url ws://127.0.0.1:7334
188``` 188```
189 189
190### For CI/CD 190### For CI/CD
@@ -424,7 +424,7 @@ nix develop -c cargo test --test nip01_compliance --test nip34_announcements
424**For deep compliance check:** 424**For deep compliance check:**
425```bash 425```bash
426cd grasp-audit 426cd grasp-audit
427nix develop -c cargo run -- --url ws://127.0.0.1:8080 427nix develop -c cargo run -- --url ws://127.0.0.1:7334
428``` 428```
429 429
430**Key points:** 430**Key points:**