Skip to content

Commit

Permalink
CI: Don't continue on error
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
chrysn committed Mar 20, 2024
1 parent f17d22a commit c9ee20b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9ee20b

Please sign in to comment.