mirror of
https://github.com/httpie/cli.git
synced 2024-11-08 00:44:45 +01:00
CI: Do not fail fast to have a real view of potential failures (#1090)
This commit is contained in:
parent
9857693ebf
commit
1470ca0c77
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user