Skip to content

Commit

Permalink
Set CI matrix strategy "fail-fast" to false
Browse files Browse the repository at this point in the history
This property defaults to 'true', and means that if one test fails the remaining tests will halt automatically.

Since each test is testing a different compilation mode / feature / board, I'm disabling this so we get the most information possible out of each commit on failure.
  • Loading branch information
dmadison authored Feb 11, 2024
1 parent ed901cc commit 663a39f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
board: ['Arduino Leonardo (Serial)', 'Arduino Leonardo (XInput)', 'Teensy 3.2', 'Teensy 4.0']
include:
Expand Down

0 comments on commit 663a39f

Please sign in to comment.