Skip to content

Commit

Permalink
fix: test (disable windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
si3nloong committed Oct 29, 2023
1 parent 1810470 commit 95d5e92
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
go: ["1.21"]
# os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
go: ["1.20", "1.21"]
runs-on: ${{ matrix.os }}
# continue-on-error: false
steps:
Expand Down

0 comments on commit 95d5e92

Please sign in to comment.