Skip to content

Commit a504bb1

Browse files
committed
CI: Pass --no-fail-fast flag to cargo test
1 parent 40a083f commit a504bb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cargo-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
MUSE2_TEST_OUTPUT_DIR: test_results
2828
run: |
2929
mkdir $MUSE2_TEST_OUTPUT_DIR
30-
cargo test --verbose
30+
cargo test --verbose --no-fail-fast
3131
3232
# Upload regression test results for analysis
3333
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)