Skip to content

Commit 4cc9ac7

Browse files
committed
Rework CI.
1 parent f564b9d commit 4cc9ac7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ jobs:
2424
- name: Build and test
2525
run: |
2626
export LINK_DIR=/usr/lib/x86_64-linux-gnu
27-
raco pkg install --auto ziggy/
28-
raco pkg install langs/
27+
raco pkg install --auto www/
2928
raco make www/main.scrbl
30-
xvfb-run raco test -p langs
3129
make -C www main
3230
- name: Archive www
3331
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)