Skip to content

Commit

Permalink
Run CI tests on windows (#2199)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtibben authored May 25, 2022
1 parent 656045d commit 482f4ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ env:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand Down

0 comments on commit 482f4ce

Please sign in to comment.