Skip to content

Commit

Permalink
Debug cargo test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gligneul committed Nov 21, 2024
1 parent e1a5a89 commit bc68dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ if [ "$UNAME" == "Darwin" ]; then
# Disable docker tests on MacOS CI
cargo test --no-default-features
else
cargo test
cargo test -- --nocapture
fi

0 comments on commit bc68dc1

Please sign in to comment.