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:
Marten Seemann
2020-12-04 09:10:45 +07:00
committed by GitHub

View File

@@ -4,6 +4,7 @@ on: [push, pull_request]
jobs:
unit:
strategy:
fail-fast: false
matrix:
os: [ "ubuntu", "windows", "macos" ]
go: [ "1.14", "1.15" ]