From c9ee20b5fc816da8440c1c16315eb35edb151dae Mon Sep 17 00:00:00 2001 From: chrysn Date: Wed, 20 Mar 2024 17:07:11 +1000 Subject: [PATCH] CI: Don't continue on error The property was set to see more characteristics of errors in a single CI run, but has led to CI checks showing green on the required all-done check when some tests failed. --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4f30a6a..ed01f7c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,8 +13,6 @@ jobs: examples-and-tests: runs-on: ubuntu-latest container: riot/riotbuild - # Best would be "continue until there are errors from different examples *and* different boards" - continue-on-error: true strategy: matrix: # This is the subset of `make -f makefiles/app_dirs.inc.mk