Skip to content

Commit ffc2017

Browse files
committed
170: Ensure all testing combinations run even when one fails.
1 parent 9d31bc3 commit ffc2017

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unit-testing.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on: [push]
55
jobs:
66
build:
77
strategy:
8+
fail-fast: false
89
matrix:
910
os:
1011
- ubuntu-latest

0 commit comments

Comments
 (0)