summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Talbert <swt@techie.net>2022-07-24 18:35:42 -0400
committerScott Talbert <swt@techie.net>2022-07-24 18:35:42 -0400
commit8b14782b6a2dae157ba64312de311b8e85eb16ad (patch)
tree42b61b846499bd09561319faf62e3ea89c82e1c0
parentf2153f63566d747975ed1532b874b311d7f3b86f (diff)
downloadpycurl-8b14782b6a2dae157ba64312de311b8e85eb16ad.tar.gz
Linux CI: don't fail fast (like the other platforms)
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bec2e87..9973d58 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,6 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
+ fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]