Skip to content

Commit 9eb1a33

Browse files
committed
Merge remote-tracking branch 'origin/simplify-rewrite-in-one-shot' into no-localize
2 parents 68e0d03 + 8548c1e commit 9eb1a33

File tree

12 files changed

+497
-473
lines changed

12 files changed

+497
-473
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,8 @@ jobs:
6161
- run: cd egg-herbie && raco test ./
6262

6363
# Test the API
64-
- name: "Start server"
65-
run: racket -l herbie web --port 8000 &
66-
- name: "Wait for server startup"
67-
run: while ! nc -z localhost 8000; do sleep 0.1; done
6864
- uses: actions/setup-node@v4
6965
with:
7066
node-version: 20
7167
- name: "Test the endpoint"
72-
run: node infra/testApi.mjs
68+
run: node infra/test-api.mjs

0 commit comments

Comments
 (0)