Skip to content

Commit

Permalink
imp(ci): Remove unnecessary windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
facs95 committed Jul 15, 2024
1 parent 021d825 commit 823ceaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
strategy:
matrix:
go-version: [1.19.x, 1.20.x]
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- run: go test ./...
- run: go test ./...

0 comments on commit 823ceaa

Please sign in to comment.