From 1aab99238da83ff29e4b527ae03aa7383e575dd4 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Wed, 6 Dec 2023 21:24:39 +0000 Subject: [PATCH] chore: failing tests should result in workflow failure --- .github/workflows/build.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ae8bc88..6840989 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -42,7 +42,6 @@ jobs: test: name: Tests runs-on: ubuntu-latest - continue-on-error: true timeout-minutes: 15 steps: