Skip to content

Commit

Permalink
👷 Add continue-on-error flag to mutant tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuSoysal authored Feb 20, 2024
1 parent dcc17a4 commit d666aaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ jobs:
tool: cargo-mutants
- name: Run mutant tests
run: cargo mutants -vV --in-place
continue-on-error: true
- uses: mshick/add-pr-comment@v2
if: always()
with:
Expand Down

0 comments on commit d666aaf

Please sign in to comment.