don't fail fast

This commit is contained in:
Wing Lian
2023-06-15 16:01:27 -04:00
parent a81f52d575
commit d35278aaf1
3 changed files with 3 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python_version: ["3.9", "3.10"]
timeout-minutes: 10