From 563b0a14ff394ef2517631ac2a1994cbe22b7463 Mon Sep 17 00:00:00 2001 From: ThetaSinner Date: Thu, 28 Mar 2024 15:35:40 +0000 Subject: [PATCH] Debug --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 70890894..c3e07d64 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -65,7 +65,7 @@ jobs: - name: Smoke test - zome_call_single_value run: | # Start a sandbox conductor and run it in the background - nix develop --command bash -c "hc s clean && echo "1234" | hc s --piped create && echo "1234" | hc s --piped -f 8888 run &" + nix develop --command bash -c "hc s clean && echo "1234" | hc s --piped create && echo "1234" | RUST_LOG=debug hc s --piped -f 8888 run &" # Run the scenario for 5 seconds RUST_LOG=debug nix run .#zome_call_single_value -- --connection-string ws://localhost:8888 --duration 5 --no-progress