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 202ef6e commit 03f0a33Copy full SHA for 03f0a33
.github/workflows/coverage.yml
@@ -42,4 +42,5 @@ jobs:
42
- run: raco pkg install --auto
43
- run: |
44
make test
45
+ #xvfb-run -a make test
46
raco cover -b -f coveralls .
.github/workflows/test.yml
@@ -42,4 +42,6 @@ jobs:
variant: ${{ matrix.racket-variant }}
version: ${{ matrix.racket-version }}
- - run: make test
+ - run: |
+ make test
47
0 commit comments