Skip to content

Commit 65ff8ca

Browse files
authored
Disabled fail fast for tests (#560)
Signed-off-by: Corbin Phelps <corbin.phelps@bluemedora.com>
1 parent e101604 commit 65ff8ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
jobs:
66
unit-tests:
77
strategy:
8+
fail-fast: false
89
matrix:
910
os: [ubuntu-20.04, macos-11, windows-2019]
1011
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)