Compare commits

..

3 commits

Author SHA1 Message Date
Renovate Bot
bfbf2b7e1d chore(deps): update kemitix/rust action to v2.4.1
All checks were successful
Rust / build (map[name:nightly]) (pull_request) Successful in 6m29s
Rust / build (map[name:stable]) (pull_request) Successful in 3m26s
Release Please / Release-plz (push) Successful in 40s
Rust / build (map[name:stable]) (push) Successful in 3m50s
Rust / build (map[name:nightly]) (push) Successful in 6m24s
2024-11-14 11:33:03 +00:00
fdb5ddb48e build: add cargo-mutants step
All checks were successful
Rust / build (map[name:nightly]) (push) Successful in 2m39s
Rust / build (map[name:stable]) (push) Successful in 6m35s
Release Please / Release-plz (push) Successful in 1m0s
2024-11-14 10:42:35 +00:00
76c3e1bee2 build: bump rust image to 2.4.1
All checks were successful
Rust / build (map[name:nightly]) (push) Successful in 2m13s
Rust / build (map[name:stable]) (push) Successful in 2m31s
Release Please / Release-plz (push) Successful in 54s
2024-11-14 10:42:35 +00:00

View file

@ -51,3 +51,8 @@ jobs:
with: with:
args: ${{ matrix.toolchain.name }} cargo hack --feature-powerset test args: ${{ matrix.toolchain.name }} cargo hack --feature-powerset test
- name: Mutations
uses: https://git.kemitix.net/kemitix/rust@v2.4.1
with:
args: ${{ matrix.toolchain.name }} cargo mutants -vV --in-place