Skip to content

Commit

Permalink
Make the CI config more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
na-- committed May 18, 2021
1 parent 6f6bfac commit 6778f12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
test:
strategy:
fail-fast: false
matrix:
go-version: [1.15.x]
platform: [ubuntu-latest, windows-latest]
Expand Down Expand Up @@ -87,6 +88,7 @@ jobs:
test-tip:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -113,6 +115,7 @@ jobs:
test-cov:
strategy:
fail-fast: false
matrix:
go-version: [1.16.x]
platform: [ubuntu-latest, windows-latest]
Expand Down

0 comments on commit 6778f12

Please sign in to comment.