Skip to content

Commit 0945d27

Browse files
committed
Try always archiving mutants.out
1 parent 6d75e6e commit 0945d27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/mutants.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
run: cargo mutants -- --all-features
1919
- name: Archive results
2020
uses: actions/upload-artifact@v3
21-
if: failure()
2221
with:
2322
name: mutation-report
2423
path: mutants.out

0 commit comments

Comments
 (0)