Skip to content

Commit

Permalink
chore: update cargo-mutants to version 24.2.1
Browse files Browse the repository at this point in the history
Use the newly introduced feature to force color output in CI. More
enhancements (e.g. sharding [1]) may be implemented in the future.

Now that Cargo.lock is committed, install cargo-mutants based on the
content of the lock file.

[1] https://mutants.rs/shards.html?highlight=shard#sharding
  • Loading branch information
cljoly committed Mar 18, 2024
1 parent 78acb4e commit ad8cdc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ jobs:
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v2
- run: cargo install --version 23.12.0 cargo-mutants
- run: cargo install --locked cargo-mutants
- uses: actions-rs/cargo@v1
with:
command: mutants
command: mutants --colors=always
- name: Archive results
uses: actions/upload-artifact@v3
if: failure()
Expand Down

0 comments on commit ad8cdc1

Please sign in to comment.