Skip to content

Commit 20602a6

Browse files
committed
170: Ensure all testing combinations run even when one fails.
1 parent 1ad4ee3 commit 20602a6

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)