From 0945d27547f263a8114b41074d581c0d350a5dee Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Wed, 16 Aug 2023 08:01:34 -0700 Subject: [PATCH] Try always archiving mutants.out --- .github/workflows/mutants.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/mutants.yaml b/.github/workflows/mutants.yaml index 417efa4..9f02cac 100644 --- a/.github/workflows/mutants.yaml +++ b/.github/workflows/mutants.yaml @@ -18,7 +18,6 @@ jobs: run: cargo mutants -- --all-features - name: Archive results uses: actions/upload-artifact@v3 - if: failure() with: name: mutation-report path: mutants.out