Skip to content

Commit

Permalink
Add Windows CI
Browse files Browse the repository at this point in the history
Signed-off-by: Marat Radchenko <marat@slonopotamus.org>
  • Loading branch information
slonopotamus committed Nov 17, 2024
1 parent 6a8bedd commit 0e78617
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 @@ -25,7 +25,10 @@ jobs:
args: --verbose

test-unit:
runs-on: ubuntu-20.04
strategy:
matrix:
os: [ ubuntu-20.04, windows-2022 ]
runs-on: ${{ matrix.os }}
timeout-minutes: 20
steps:
- uses: actions/setup-go@v5
Expand Down

0 comments on commit 0e78617

Please sign in to comment.