Skip to content

Commit

Permalink
Try always archiving mutants.out
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Aug 16, 2023
1 parent 6d75e6e commit 0945d27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/mutants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0945d27

Please sign in to comment.