Skip to content

Commit 03f0a33

Browse files
committed
[ci] xvfb-run if GUI
1 parent 202ef6e commit 03f0a33

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ jobs:
4242
- run: raco pkg install --auto
4343
- run: |
4444
make test
45+
#xvfb-run -a make test
4546
raco cover -b -f coveralls .

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,6 @@ jobs:
4242
variant: ${{ matrix.racket-variant }}
4343
version: ${{ matrix.racket-version }}
4444
- run: raco pkg install --auto
45-
- run: make test
45+
- run: |
46+
make test
47+
#xvfb-run -a make test

0 commit comments

Comments
 (0)