Skip to content

Commit 7484341

Browse files
committed
Add egglog to the CI so we stop breaking it
1 parent 1deb9e1 commit 7484341

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/unit-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ 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
6064
- name: "Run Herbie with egglog"
6165
run: racket -l herbie report --timeout 600 +o generate:egglog --seed 1 bench/hamming/trigonometry.fpcore graphs2
6266

0 commit comments

Comments
 (0)