Skip to content

Commit

Permalink
Merge pull request #173 from realiotech/facs95/tests-cli
Browse files Browse the repository at this point in the history
imp(ci): Remove unnecessary windows tests
  • Loading branch information
catShaark authored Jul 15, 2024
2 parents 021d825 + 823ceaa commit e25ee5c
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 e25ee5c

Please sign in to comment.