diff --git a/.github/workflows/filter-pr-mutants.yml b/.github/workflows/filter-pr-mutants.yml index 8d203744db..459ba09f43 100644 --- a/.github/workflows/filter-pr-mutants.yml +++ b/.github/workflows/filter-pr-mutants.yml @@ -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