From eb2ac85cf029ef823d3b3a5079317a6921501f40 Mon Sep 17 00:00:00 2001 From: ThetaSinner Date: Thu, 14 Mar 2024 17:34:28 +0000 Subject: [PATCH] Fix bad command in CI --- .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 06d908b9..fcf15ae0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -56,7 +56,7 @@ jobs: nix develop --command bash -c "hc s clean && echo "1234" | hc s --piped create && echo "1234" | hc s --piped -f 8888 run &" # Run the scenario for 5 seconds - RUST_LOG=info nix run .#zome_call_single_value --connection-string ws://localhost:8888 --duration 5 --no-progress --no-metrics + RUST_LOG=info nix run .#zome_call_single_value -- --connection-string ws://localhost:8888 --duration 5 --no-progress --no-metrics pkill hc pkill holochain