File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed
Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ examine_globs = [" units/src/*.rs" ]
Original file line number Diff line number Diff line change 1+ name : Weekly cargo-mutants
2+ on :
3+ schedule :
4+ - cron : " 0 0 * * 0" # runs weekly on Sunday at 00:00
5+ workflow_dispatch : # allows manual triggering
6+ jobs :
7+ cargo-mutants :
8+ runs-on : ubuntu-latest
9+ steps :
10+ - uses : actions/checkout@v4
11+ - uses : taiki-e/install-action@v2
12+ with :
13+ tool : cargo-mutants
14+ - run : cargo mutants -vV --in-place
15+ - uses : actions/upload-artifact@v4
16+ if : always()
17+ with :
18+ name : mutants-out
19+ path : mutants.out
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ hashes/target
1414
1515# Test artifacts
1616bitcoin /dep_test
17+ mutants.out *
1718
1819# Fuzz artifacts
1920hfuzz_target
You can’t perform that action at this time.
0 commit comments