Fail job on test failures
authorMarvin Schenkel <marvinschenkel@gmail.com>
Mon, 23 Feb 2026 12:52:34 +0000 (13:52 +0100)
committerMarvin Schenkel <marvinschenkel@gmail.com>
Mon, 23 Feb 2026 12:52:34 +0000 (13:52 +0100)
.github/workflows/test.yml

index e3c3dcdecfc72305d10974f551297161a91ad8a5..3e5a45380849a3fbe5a5b7827d09e3bcf872e9a1 100644 (file)
@@ -26,7 +26,6 @@ permissions:
 jobs:
   lint:
     runs-on: ubuntu-latest
-    continue-on-error: true
 
     steps:
       - name: Check out code from GitHub
@@ -64,7 +63,6 @@ jobs:
 
   test:
     runs-on: ubuntu-latest
-    continue-on-error: true
     strategy:
       fail-fast: false
       matrix: