Skip to content

Commit

Permalink
here we go testing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tinger committed May 28, 2024
1 parent 14d2ee8 commit 35cc603
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,15 @@ jobs:
with:
version: 'v0.11.0'

- run: typst fonts

- name: Run test suite
run: just ci
run: just ci || true

- uses: actions/upload-artifact@v4
with:
name: output
path: |
tests/**/out/
tests/**/diff/
tests/**/ref/

0 comments on commit 35cc603

Please sign in to comment.