Skip to content

Commit

Permalink
Stop locking cargo mutants
Browse files Browse the repository at this point in the history
Newer versions now build on the codebase. The only issue is that there
are some more mutants to catch.
  • Loading branch information
cljoly committed Dec 7, 2023
1 parent f5d3b8d commit 191d768
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cargo/mutants.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
additional_cargo_args = ["--no-default-features"]
additional_cargo_args = ["--all-features"]
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,16 @@ jobs:
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v2
- run: cargo install --version 23.9.1 cargo-mutants
- run: cargo install --version 23.12.0 cargo-mutants
- 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 191d768

Please sign in to comment.