Don't fail-fast in API GitHub workflow

This commit is contained in:
Nicola Soranzo
2022-05-17 15:11:54 +02:00
parent 02da77abcb
commit 1ccfdbbb4e
+1
View File
@@ -26,6 +26,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ['3.7']
chunk: [0, 1]