Skip to content

Commit 35cc603

Browse files
committed
here we go testing CI
1 parent 14d2ee8 commit 35cc603

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/tests.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,15 @@ jobs:
4040
with:
4141
version: 'v0.11.0'
4242

43+
- run: typst fonts
44+
4345
- name: Run test suite
44-
run: just ci
46+
run: just ci || true
47+
48+
- uses: actions/upload-artifact@v4
49+
with:
50+
name: output
51+
path: |
52+
tests/**/out/
53+
tests/**/diff/
54+
tests/**/ref/

0 commit comments

Comments
 (0)