Skip to content

Commit bae3cf9

Browse files
authored
ci: Remove some stuff added through AI hallucination (#191)
1 parent 49580fc commit bae3cf9

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,6 @@ jobs:
249249
- name: Generate PR Diff
250250
run: git diff origin/main...HEAD >diff.txt
251251
- name: Mutate Diff
252-
env:
253-
DISABLE_T_REX: 1
254252
timeout-minutes: 45
255253
run: cargo +${{ env.RUST_NIGHTLY }} -Zscript scripts/mutants.rs --in-place --in-diff diff.txt
256254

.github/workflows/nightly.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
5050

5151
# execute
5252
- name: Mutate All
53-
env:
54-
DISABLE_T_REX: 1
5553
run: cargo +${{ env.RUST_NIGHTLY }} -Zscript scripts/mutants.rs
5654

5755
- name: Create or Update Issue on Failure

0 commit comments

Comments
 (0)