Skip to content

Commit

Permalink
.github/workflows/test.yml: disable fail-fast (now all tests run even…
Browse files Browse the repository at this point in the history
… if one fails)

Signed-off-by: Eduard Kaverinskyi <[email protected]>
  • Loading branch information
EduKav1813 committed Dec 11, 2024
1 parent 5cc50b4 commit aab1af2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
runs-on:
labels: dts-builder
strategy:
fail-fast: false
matrix:
include:
- test: msi_comm
Expand Down

0 comments on commit aab1af2

Please sign in to comment.