diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index ce678b7..7c24270 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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 diff --git a/justfile b/justfile index 5ad4926..dc6e6ce 100644 --- a/justfile +++ b/justfile @@ -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}} \ No newline at end of file