We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49580fc commit bae3cf9Copy full SHA for bae3cf9
.github/workflows/main.yml
@@ -249,8 +249,6 @@ jobs:
249
- name: Generate PR Diff
250
run: git diff origin/main...HEAD >diff.txt
251
- name: Mutate Diff
252
- env:
253
- DISABLE_T_REX: 1
254
timeout-minutes: 45
255
run: cargo +${{ env.RUST_NIGHTLY }} -Zscript scripts/mutants.rs --in-place --in-diff diff.txt
256
.github/workflows/nightly.yml
@@ -50,8 +50,6 @@ jobs:
50
51
# execute
52
- name: Mutate All
53
54
55
run: cargo +${{ env.RUST_NIGHTLY }} -Zscript scripts/mutants.rs
56
57
- name: Create or Update Issue on Failure
0 commit comments