From a013e749361c4c520cb26c71fe7f545d28d10abf Mon Sep 17 00:00:00 2001 From: LordBaryhobal Date: Tue, 22 Sep 2026 12:26:47 +0200 Subject: [PATCH] chore: disable fail fast when running tests --- .gitea/workflows/ci.yaml | 2 +- justfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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