forked from quic-go/quic-go
disable fail-fast for all GitHub Actions matrix builds
This commit is contained in:
1
.github/workflows/cross-compile.yml
vendored
1
.github/workflows/cross-compile.yml
vendored
@@ -2,6 +2,7 @@ on: [push, pull_request]
|
||||
jobs:
|
||||
crosscompile:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go: [ "1.14.x", "1.15.x" ]
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user