Skip to content

Commit 6007aa8

Browse files
committed
ci: run tests with xvfb-run
1 parent 914c096 commit 6007aa8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
variant: ${{ matrix.racket-variant }}
1717
version: ${{ matrix.racket-version }}
1818
- run: raco pkg install --batch --auto http-easy-lib/ http-easy-test/ http-easy/
19-
- run: raco test http-easy-test/
19+
- run: xvfb-run -a raco test -j "$(nproc)" http-easy-test/

http-easy-test/net/http-easy/benchmarks.rkt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,7 @@
175175

176176
(module+ test
177177
(require rackunit/text-ui)
178-
(unless (getenv "CI")
179-
(run-tests benchmarks)))
178+
(run-tests benchmarks))
180179

181180
(module+ main
182181
(require pict)

0 commit comments

Comments
 (0)