mirror of
https://github.com/oxalica/rust-overlay.git
synced 2025-10-06 00:02:40 +02:00
Don't fail-fast for GitHub CI
This commit is contained in:
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@@ -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]
|
||||
|
Reference in New Issue
Block a user