Skip to content

Commit

Permalink
Attempt to fix ccoverage parallel bug
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Jan 5, 2022
1 parent 6c35798 commit 8d84be5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/platform_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.14.x, 1.17.x]
go-version: [1.14, 1.17]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down Expand Up @@ -38,4 +38,4 @@ jobs:
GOROOT: ${{steps.setup-go-faster.outputs.GOROOT}}
with:
path-to-profile: coverage.out
if: ${{ runner.os == 'Linux' && github.event_name == 'push' }}
if: ${{ runner.os == 'Linux' && matrix.go-version == '1.17' && github.event_name == 'push' }}

0 comments on commit 8d84be5

Please sign in to comment.