Skip to content

Commit

Permalink
Make nextest runs more robust in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sophokles73 committed Feb 11, 2025
1 parent 5681909 commit 81b68ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- uses: taiki-e/install-action@nextest
- name: Run cargo nextest
run: |
cargo nextest run --message-format libtest-json-plus ${{ matrix.feature-flags }} > testresults${{ matrix.feature-flags }}.json
cargo nextest run --no-fail-fast --retries 1 --message-format libtest-json-plus ${{ matrix.feature-flags }} > testresults${{ matrix.feature-flags }}.json
- name: Upload all-features test results artifact
id: test_results
Expand Down

0 comments on commit 81b68ec

Please sign in to comment.