We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--no-fail-fast
cargo test
1 parent 40a083f commit a504bb1Copy full SHA for a504bb1
1 file changed
.github/workflows/cargo-test.yml
@@ -27,7 +27,7 @@ jobs:
27
MUSE2_TEST_OUTPUT_DIR: test_results
28
run: |
29
mkdir $MUSE2_TEST_OUTPUT_DIR
30
- cargo test --verbose
+ cargo test --verbose --no-fail-fast
31
32
# Upload regression test results for analysis
33
- uses: actions/upload-artifact@v4
0 commit comments