We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7019b commit a6e721cCopy full SHA for a6e721c
.github/workflows/unit-test.yml
@@ -60,7 +60,7 @@ jobs:
60
61
# Test egglog mode
62
- name: "Run Herbie with egglog"
63
- run: racket -y infra/ci.rkt --egglog --seed 0 bench/hamming/trigonometry.fpcore
+ run: racket -y infra/ci.rkt --egglog --precision binary64 --seed 0 bench/hamming/trigonometry.fpcore
64
65
# Test the egg-herbie Rust code
66
- run: cd egg-herbie && cargo clippy --tests
0 commit comments