Skip to content

Commit 9bab1d8

Browse files
committed
Disable fail-fast for CI matrix
Signed-off-by: Roger Aiudi <[email protected]>
1 parent ad159a1 commit 9bab1d8

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
@@ -36,6 +36,7 @@ jobs:
3636
matrix:
3737
python: ['3.6', '3.7', '3.8', '3.9']
3838
client: ['socket', 'http']
39+
fail-fast: false
3940
steps:
4041
- uses: actions/checkout@v1
4142
- name: Run Tests

0 commit comments

Comments
 (0)