Skip to content

Commit

Permalink
ci: enable windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
g4s8 committed Dec 6, 2024
1 parent 2a7f9dd commit 95332a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ name: CI
branches: ["master"]
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
Expand Down

0 comments on commit 95332a7

Please sign in to comment.