Skip to content

Commit

Permalink
fix test action
Browse files Browse the repository at this point in the history
  • Loading branch information
hansingt committed Jun 13, 2024
1 parent da4a058 commit 3b4e636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build_and_test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ runs:
- name: Test
shell: bash
run: |
cargo nextest --verbose
cargo nextest run --verbose --no-fail-fast
if: inputs.coverage != 'true'

0 comments on commit 3b4e636

Please # to comment.