Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Mar 28, 2024
1 parent e347393 commit 563b0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 563b0a1

Please sign in to comment.