Browse Source

CI: Disable fail-fast

pull/1495/head
josetr 5 years ago committed by GitHub
parent
commit
3015a9815f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/main.yml

2
.github/workflows/main.yml

@ -5,6 +5,7 @@ on: [push, pull_request] @@ -5,6 +5,7 @@ on: [push, pull_request]
jobs:
posix:
strategy:
fail-fast: false
matrix:
config:
- { os: ubuntu-20.04, cc: gcc-7, cxx: g++-7 }
@ -33,6 +34,7 @@ jobs: @@ -33,6 +34,7 @@ jobs:
windows:
strategy:
fail-fast: false
matrix:
config:
- { os: windows-2019, vs: 2019, platform: x86 }

Loading…
Cancel
Save