Skip to content

Commit a6e721c

Browse files
committed
Fix egglog test
1 parent 7d7019b commit a6e721c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
# Test egglog mode
6262
- name: "Run Herbie with egglog"
63-
run: racket -y infra/ci.rkt --egglog --seed 0 bench/hamming/trigonometry.fpcore
63+
run: racket -y infra/ci.rkt --egglog --precision binary64 --seed 0 bench/hamming/trigonometry.fpcore
6464

6565
# Test the egg-herbie Rust code
6666
- run: cd egg-herbie && cargo clippy --tests

0 commit comments

Comments
 (0)