disable fail-fast for all GitHub Actions matrix builds

This commit is contained in:
Marten Seemann
2020-12-25 12:07:40 +07:00
parent 68e8c4d1dd
commit 434f7b1b16
2 changed files with 2 additions and 0 deletions

View File

@@ -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