forked from quic-go/quic-go
Merge pull request #2915 from lucas-clemente/unit-test-no-fail-fast
run all unit test jobs, even if one of them fails
This commit is contained in:
1
.github/workflows/unit.yml
vendored
1
.github/workflows/unit.yml
vendored
@@ -4,6 +4,7 @@ on: [push, pull_request]
|
||||
jobs:
|
||||
unit:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ "ubuntu", "windows", "macos" ]
|
||||
go: [ "1.14", "1.15" ]
|
||||
|
||||
Reference in New Issue
Block a user