From bdb01890fa825457a31889bb2a7939e4c4d0fe6d Mon Sep 17 00:00:00 2001 From: ThetaSinner Date: Fri, 2 Aug 2024 10:10:04 +0100 Subject: [PATCH] Background trycp --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 63e30c4e..726ff272 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -163,7 +163,7 @@ jobs: # Start local network services nix develop .#ci -c bash -c "hc-run-local-services --bootstrap-port 4422 --signal-port 4423 &" # Start a TryCP instance - nix develop .#ci -c bash -c "source ./scripts/trycp.sh && start_trycp" + nix develop .#ci -c bash -c "source ./scripts/trycp.sh && start_trycp &" # Run the scenario for 10 seconds RUST_LOG=warn CONDUCTOR_CONFIG="CI" MIN_PEERS=2 nix run .#remote_call_rate -- --targets targets-ci.yaml --instances-per-target 2 --duration 10 --no-progress @@ -178,7 +178,7 @@ jobs: # Start local network services nix develop .#ci -c bash -c "hc-run-local-services --bootstrap-port 4422 --signal-port 4423 &" # Start a TryCP instance - nix develop .#ci -c bash -c "source ./scripts/trycp.sh && start_trycp" + nix develop .#ci -c bash -c "source ./scripts/trycp.sh && start_trycp &" # Run the scenario for 10 seconds RUST_LOG=warn CONDUCTOR_CONFIG="CI" MIN_PEERS=2 nix run .#two_party_countersigning -- --targets targets-ci.yaml --behaviour initiate:1 --behaviour participate:1 --instances-per-target 2 --duration 10 --no-progress