Skip to content

Commit

Permalink
Update docs about CI (#230)
Browse files Browse the repository at this point in the history
Fixes #207
  • Loading branch information
sourcefrog authored Jan 11, 2024
2 parents 94e8d19 + 664bac9 commit 85a5c15
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion book/src/pr-diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
git branch -av
git diff origin/${{ github.base_ref }}.. | tee git.diff
- uses: Swatinem/rust-cache@v2
- run: cargo install cargo-mutants
- uses: taiki-e/install-action@v2
name: Install cargo-mutants using install-action
with:
tool: cargo-mutants
- name: Mutants
run: |
cargo mutants --no-shuffle -j 2 -vV --in-diff git.diff
Expand Down

0 comments on commit 85a5c15

Please sign in to comment.