Skip to content

Commit

Permalink
upload mutants artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
cljoly authored Dec 6, 2023
1 parent 4992de4 commit 3184066
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,12 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: mutants
- name: Archive results
uses: actions/upload-artifact@v3
if: failure()
with:
name: mutation-report
path: mutants.out

clippy:
name: Clippy
Expand Down

0 comments on commit 3184066

Please sign in to comment.