Browse Source

Don't fail fast

tags/v0.0.0-test.4
Philipp Oppermann 3 years ago
parent
commit
c433fca30e
Failed to extract signature
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/ci.yml

+ 1
- 0
.github/workflows/ci.yml View File

@@ -11,6 +11,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2


Loading…
Cancel
Save