Skip to content

Commit

Permalink
ci: Test against Windows
Browse files Browse the repository at this point in the history
Fx supports Windows and has tests against it.
Therefore, Dig needs to test against Windows as well
to catch any potential issues before release.
  • Loading branch information
abhinav committed Feb 26, 2024
1 parent 59e9f76 commit 0bf7dbc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ permissions:
jobs:

build:
runs-on: ubuntu-latest
name: Test (Go ${{ matrix.go }})
runs-on: ${{ matrix.os }}
name: Test (Go ${{ matrix.go }} / ${{ matrix.os }})
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest"]
go: ["1.20.x", "1.21.x"]

steps:
Expand Down

0 comments on commit 0bf7dbc

Please sign in to comment.