CI: Do not fail fast to have a real view of potential failures (#1090)

This commit is contained in:
Mickaël Schoentgen 2021-06-11 20:55:51 +02:00 committed by GitHub
parent 9857693ebf
commit 1470ca0c77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ jobs:
# Run core HTTPie tests everywhere
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
python-version: [3.6, 3.7, 3.8, 3.9]