upleb.uk

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

summaryrefslogtreecommitdiff
path: root/grasp-audit/test-ngit-relay.sh
diff options
context:
space:
mode:
Diffstat (limited to 'grasp-audit/test-ngit-relay.sh')
-rwxr-xr-xgrasp-audit/test-ngit-relay.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/grasp-audit/test-ngit-relay.sh b/grasp-audit/test-ngit-relay.sh
index 2d1d7f2..356eed1 100755
--- a/grasp-audit/test-ngit-relay.sh
+++ b/grasp-audit/test-ngit-relay.sh
@@ -59,7 +59,7 @@ echo "Validation tests should pass."
59echo "" 59echo ""
60 60
61# Run the CLI tool (cleanup happens via trap even on failure) 61# Run the CLI tool (cleanup happens via trap even on failure)
62cargo run -- audit --relay "ws://localhost:$PORT" --mode ci --spec nip01-smoke || { 62RELAY_URL="ws://localhost:$PORT" cargo run -- audit --relay "ws://localhost:$PORT" --mode ci --spec nip01-smoke || {
63 echo "⚠️ Some tests failed (expected for ngit-relay)" 63 echo "⚠️ Some tests failed (expected for ngit-relay)"
64 echo " Validation tests should have passed" 64 echo " Validation tests should have passed"
65} 65}