Skip to content

Commit c2edc42

Browse files
committed
Use xvfb-run when testing langs in push.yml.
1 parent 9e7a752 commit c2edc42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
raco pkg install --auto ziggy/
2828
raco pkg install langs/
2929
raco make www/main.scrbl
30-
raco test langs
30+
xvfb-run raco test -p langs
3131
make -C www main
3232
- name: Archive www
3333
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)