Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
wenym1 committed Sep 20, 2023
1 parent 41ca193 commit a44a6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/deterministic-it-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildkite-agent artifact download simulation-it-test.tar.zst .
echo "--- Extract artifacts"
tar -xvf simulation-it-test.tar.zst
mkdir target/sim
mv target/debug target/sim/ci-sim
mv target/ci-sim target/sim

echo "--- Run integration tests in deterministic simulation mode"
seq $TEST_NUM | parallel MADSIM_TEST_SEED={} NEXTEST_PROFILE=ci-sim \
Expand Down

0 comments on commit a44a6bf

Please sign in to comment.