Skip to content

Commit

Permalink
fix(ci/test): fix finish job
Browse files Browse the repository at this point in the history
  • Loading branch information
savsgio committed May 23, 2024
1 parent 4e836ff commit c0be764
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ jobs:

finish:
needs: test
strategy:
matrix:
go-version: [1.19.x, 1.20.x, 1.21.x, 1.22.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- uses: shogo82148/actions-goveralls@v1
with:
Expand Down

0 comments on commit c0be764

Please sign in to comment.