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 42b4ba9 commit 9f48ffdCopy full SHA for 9f48ffd
.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 --timeout 600 --enable generate:egglog --seed 0 bench/hamming/trigonometry.fpcore
+ run: racket -y infra/ci.rkt --enable generate:egglog --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