run all unit test jobs, even if one of them fails

This commit is contained in:
Marten Seemann
2020-11-29 13:24:47 +07:00
parent a76879c305
commit c5b8e3a06b

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" ]