File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ profile = " mutants"
2+
13exclude_globs = [
24 " src/passes/codegen.rs" , # Until LLVM snapshot tests are implemented.
35 " src/ty/solver.rs" , # Until solver is hardened and tested.
Original file line number Diff line number Diff line change 3131 rustup toolchain install stable --profile minimal --no-self-update
3232
3333 - uses : Swatinem/rust-cache@v2
34+
35+ # spell-checker:ignore libtinfo,Swatinem
Original file line number Diff line number Diff line change 88
99env :
1010 CARGO_TERM_COLOR : " always"
11+ CARGO_INCREMENTAL : 0
1112 LLVM_PATH : " ${{ github.workspace }}/llvm"
1213 LLVM_VERSION : " 18.1"
1314
@@ -101,4 +102,3 @@ jobs:
101102 name : mutants-out
102103 path : mutants.out
103104
104- # spell-checker:ignore libtinfo,Swatinem
Original file line number Diff line number Diff line change @@ -12,3 +12,7 @@ thiserror = "2.0.17"
1212insta = " 1.46.0"
1313mockall = " 0.14.0"
1414rstest = " 0.26.1"
15+
16+ [profile .mutants ]
17+ inherits = " test"
18+ debug = " none"
You can’t perform that action at this time.
0 commit comments