Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
feat: removed || true which changes the exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
ASuciuX committed Dec 8, 2023
1 parent 961a7ff commit e4f1447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/filter-pr-mutants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Run mutants and check the exit code of the command, fail the workflow if mutations are not caught
run: |
cargo mutants --no-shuffle -j 2 -vV --in-diff git.diff --output ./ || true
cargo mutants --no-shuffle -j 2 -vV --in-diff git.diff --output ./
exit_code=$?
case $exit_code in
Expand Down

0 comments on commit e4f1447

Please sign in to comment.