Skip to content

Commit

Permalink
Add windows lint and test to CI
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
  • Loading branch information
austinvazquez committed Oct 7, 2024
1 parent fce80a6 commit 72e7c66
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-22.04, macos-13] # TODO: Add windows-2019
os: [ubuntu-22.04, macos-13, windows-2022]

steps:
- uses: actions/setup-go@v5
Expand Down Expand Up @@ -71,9 +71,13 @@ jobs:

tests:
name: Tests
runs-on: ubuntu-22.04
runs-on: ${{ matrix.os }}
timeout-minutes: 5

strategy:
matrix:
os: [ubuntu-22.04, macos-13, windows-2022]

steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 72e7c66

Please sign in to comment.