Skip to content

Commit

Permalink
wintest
Browse files Browse the repository at this point in the history
  • Loading branch information
cviecco committed Dec 6, 2024
1 parent 6e9d03f commit ba0ea5a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,19 @@ jobs:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
- run: make test
testwindowsclient:
strategy:
matrix:
go-version: [1.23.x]
os: [windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
- run: go test -v ./cmd/keymaster/...


buildlinuxpackage:
strategy:
Expand Down

0 comments on commit ba0ea5a

Please sign in to comment.