Don't fail-fast for GitHub CI

main
oxalica 3 years ago
parent c7ed82b231
commit 50d8019b4d
No known key found for this signature in database
GPG Key ID: CED392DE0C483D00
  1. 1
      .github/workflows/ci.yaml

@ -88,6 +88,7 @@ jobs:
name: Check build Rust
if: ${{ github.event.workflow_run.conclusion != 'failure' }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
channel: [stable, beta]

Loading…
Cancel
Save