Skip to content

Commit

Permalink
uncomment windows build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
KevRiver committed Nov 5, 2024
1 parent e875e81 commit 8b14eea
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 8b14eea

Please sign in to comment.