Skip to content

Commit

Permalink
uncomment windows build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
KevRiver authored and aybabtme committed Nov 6, 2024
1 parent c565653 commit 3e25b91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os:
- ubuntu-latest
- macos-latest
# - windows-latest
- windows-latest

name: test
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
os:
- ubuntu-latest
- macos-latest
# - windows-latest
- windows-latest

name: lint
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 3e25b91

Please sign in to comment.