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, I'm disabling this so we get the most information possible out of each commit on failure.
  • Loading branch information
dmadison committed Feb 11, 2024
1 parent 4381002 commit fb04207
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:
compilation: ['Serial: Blank Sketch', 'XInput: Blank Sketch', 'USB API Demo', 'XInput Library']
include:
Expand Down

0 comments on commit fb04207

Please sign in to comment.