Skip to content

Try always archiving mutants.out #13

Try always archiving mutants.out

Try always archiving mutants.out #13

Workflow file for this run

name: cargo-mutants
on: [pull_request, push]
jobs:
cargo-mutants:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Install cargo-mutants
uses: baptiste0928/[email protected]
with:
crate: cargo-mutants
- name: Run mutant tests
run: cargo mutants -- --all-features
- name: Archive results
uses: actions/upload-artifact@v3
with:
name: mutation-report
path: mutants.out