Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 8b036b5

Browse files
author
John Andersen
authored
ci: Disable fail fast
1 parent b5c04e0 commit 8b036b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77

88
runs-on: ubuntu-latest
99
strategy:
10+
fail-fast: false
1011
max-parallel: 40
1112
matrix:
1213
check: [CHANGELOG, WHITESPACE, STYLE]
@@ -30,6 +31,7 @@ jobs:
3031

3132
runs-on: ubuntu-latest
3233
strategy:
34+
fail-fast: false
3335
max-parallel: 40
3436
matrix:
3537
plugin: [., examples/shouldi, model/tensorflow, model/scratch, model/scikit, source/mysql, feature/git, feature/auth, service/http]

0 commit comments

Comments
 (0)