We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d75e6e commit 0945d27Copy full SHA for 0945d27
.github/workflows/mutants.yaml
@@ -18,7 +18,6 @@ jobs:
18
run: cargo mutants -- --all-features
19
- name: Archive results
20
uses: actions/upload-artifact@v3
21
- if: failure()
22
with:
23
name: mutation-report
24
path: mutants.out
0 commit comments