Skip to content

Commit

Permalink
CI: Revert to cancelling on failure
Browse files Browse the repository at this point in the history
Apparently, as long as this is off, it doesn't produce a single comprehensive check that can be entered in GitHub's list of checks that need to pass
  • Loading branch information
chrysn committed Dec 1, 2023
1 parent 9a8ec02 commit 9f82f07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
build-examples:
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:
example: [examples/rust-hello-world, examples/rust-gcoap, tests/rust_minimal]
Expand Down

0 comments on commit 9f82f07

Please sign in to comment.