Skip to content

Commit f037168

Browse files
committed
Simplify
1 parent 5215f94 commit f037168

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ stop_monitoring:
8888
run_demo *ARGS:
8989
scripts/run-timeboost-demo {{ARGS}}
9090

91-
run-sailfish-demo rounds="300": build-test-utils build_release
91+
run-sailfish-demo: build-test-utils build_release
9292
env RUST_LOG=sailfish=info,timeboost=info,warn \
9393
target/release/run --verbose \
9494
--spawn "1:anvil --port 8545" \
@@ -98,7 +98,7 @@ run-sailfish-demo rounds="300": build-test-utils build_release
9898
--spawn "4:target/release/sailfish -c test-configs/c0/node_1.toml --stamp /tmp/stamp-1.sf --ignore-stamp" \
9999
--spawn "4:target/release/sailfish -c test-configs/c0/node_2.toml --stamp /tmp/stamp-2.sf --ignore-stamp" \
100100
--spawn "4:target/release/sailfish -c test-configs/c0/node_3.toml --stamp /tmp/stamp-3.sf --ignore-stamp" \
101-
target/release/sailfish -- -c test-configs/c0/node_4.toml --stamp /tmp/stamp-4.sf --ignore-stamp --until {{rounds}}
101+
target/release/sailfish -- -c test-configs/c0/node_4.toml --stamp /tmp/stamp-4.sf --ignore-stamp --until 300
102102

103103
run *ARGS:
104104
cargo run {{ARGS}}

0 commit comments

Comments
 (0)