1 parent 54498a0 commit 9f9e194Copy full SHA for 9f9e194
2 files changed
.cargo/mutants.toml
@@ -0,0 +1,5 @@
1
+exclude_globs = [
2
+ "src/passes/codegen.rs" # Until LLVM snapshot tests are implemented.
3
+]
4
+
5
+test_tool = "nextest"
.github/workflows/ci.yaml
@@ -23,7 +23,7 @@ jobs:
23
llvm-version: ${{ env.LLVM_VERSION }}
24
llvm-path: ${{ env.LLVM_PATH }}
25
26
- - name: Install cargo-llvm-cov and cargo-nextest
+ - name: Install cargo-llvm-cov and nextest
27
uses: taiki-e/install-action@v2
28
with:
29
tool: cargo-llvm-cov,nextest
@@ -88,10 +88,10 @@ jobs:
88
89
90
91
- - name: Install cargo-mutants
+ - name: Install cargo-mutants and nextest
92
93
94
- tool: cargo-mutants
+ tool: cargo-mutants,nextest
95
96
- run: cargo mutants -vV --in-place
97
0 commit comments