Skip to content

Commit

Permalink
Fix CI failures related to race condition
Browse files Browse the repository at this point in the history
  • Loading branch information
tingerrr committed Mar 19, 2024
1 parent eab6596 commit 4167d30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
version: 'v0.11.0'

- name: Run test suite
run: just test
run: just ci
6 changes: 6 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,9 @@ publish output:
# run the test suite
test filter='':
typst-test run {{ filter }}

# run the ci test suite
ci:
# run one single test first to avoid a race condition on package downloads
typst-test run regressions/scoped-search
typst-test run

0 comments on commit 4167d30

Please sign in to comment.