From e4f14478faddb9348cff7345c8861c1058de7490 Mon Sep 17 00:00:00 2001 From: ASuciuX Date: Fri, 8 Dec 2023 18:59:34 +0200 Subject: [PATCH] feat: removed || true which changes the exit code --- .github/workflows/filter-pr-mutants.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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