Skip to content

Commit 1e13405

Browse files
committed
set fail-fast: false in ci-production
1 parent 0a339d8 commit 1e13405

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
linux-tests:
1414
strategy:
15-
fail-fast: true
15+
fail-fast: false
1616
matrix:
1717
config:
1818
- python-version: 3.7

0 commit comments

Comments
 (0)