chore: disable fail fast when running tests
CI / tests (push) Successful in 21s

This commit is contained in:
HEL
2026-09-22 12:27:30 +02:00
parent 01d930bfd5
commit a013e74936
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
run: cargo binstall tytanic@0.3.3
- name: Run test suite
run: tt run
run: tt run -F
- name: Archive artifacts
uses: https://gitea.com/actions/gitea-upload-artifact@v4
+1 -1
View File
@@ -19,7 +19,7 @@ gallery:
for f in "{{gallery_dir}}"/readme/*.typ; do typst c --root . "$f" "${f%typ}png"; done
test *filter:
tt run {{filter}}
tt run {{filter}} -F
update-test *filter:
tt update {{filter}}