Skip to content

Commit 0fecded

Browse files
committed
Oh, we already had a rule, it just didn't error
1 parent 7484341 commit 0fecded

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,8 @@ jobs:
5757
racket -l herbie report --threads yes --seed 1 bench/hamming/rearrangement.fpcore graphs0
5858
racket -l herbie report --threads yes --seed 1 bench/hamming/rearrangement.fpcore graphs1
5959
racket infra/diff.rkt graphs0 graphs1
60-
- name: "Test the egglog backend"
61-
run: |
62-
racket -l herbie improve --enable generate:egglog --seed 1 bench/tutorial.fpcore /tmp/out.fpcore
63-
test `grep -c :precision /tmp/out.fpcore` -eq 3
6460
- name: "Run Herbie with egglog"
65-
run: racket -l herbie report --timeout 600 +o generate:egglog --seed 1 bench/hamming/trigonometry.fpcore graphs2
61+
run: racket -y infra/ci.rkt --timeout 600 --enable generate:egglog --seed 0 bench/hamming/trigonometry.fpcore
6662

6763
# Test the egg-herbie Rust code
6864
- run: cd egg-herbie && cargo clippy --tests

0 commit comments

Comments
 (0)