Skip to content

Commit

Permalink
chore: Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored May 25, 2024
1 parent c944633 commit 6e91a6a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest, macos-11, windows-2022]
platform: [ubuntu-latest, windows-latest, macos-latest]

name: Test coverage-badge-go
steps:
Expand All @@ -28,13 +28,12 @@ jobs:
uses: reviewdog/action-golangci-lint@v2
with:
workdir: test
go_version: "1.14.4"
go_version_file: 'test/go.mod'

- name: Setup go
uses: actions/setup-go@v5
with:
go-version-file: 'test/go.mod'
cache: false

- name: Run Test
run:
Expand Down

0 comments on commit 6e91a6a

Please sign in to comment.