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 914c096 commit 6007aa8Copy full SHA for 6007aa8
.github/workflows/ci.yml
@@ -16,4 +16,4 @@ jobs:
16
variant: ${{ matrix.racket-variant }}
17
version: ${{ matrix.racket-version }}
18
- run: raco pkg install --batch --auto http-easy-lib/ http-easy-test/ http-easy/
19
- - run: raco test http-easy-test/
+ - run: xvfb-run -a raco test -j "$(nproc)" http-easy-test/
http-easy-test/net/http-easy/benchmarks.rkt
@@ -175,8 +175,7 @@
175
176
(module+ test
177
(require rackunit/text-ui)
178
- (unless (getenv "CI")
179
- (run-tests benchmarks)))
+ (run-tests benchmarks))
180
181
(module+ main
182
(require pict)
0 commit comments