Skip to content

Commit

Permalink
test serially
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen committed Aug 15, 2024
1 parent b51ecee commit a0f7526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/e2e_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ if [ $? -ne 0 ]; then
exit 1
fi

cargo test --no-fail-fast --workspace --verbose
cargo test --no-fail-fast --workspace --verbose -- --test-threads=1

podman stop $IMAGE_NAME

0 comments on commit a0f7526

Please sign in to comment.