diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 393cf50..92c46c6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,19 @@ jobs: go-version: ${{ matrix.go-version }} - uses: actions/checkout@v3 - run: go test -v ./cmd/keymaster/... - + + testwindowsclientlibs: + 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: test -v ./lib/client/util/... buildlinuxpackage: strategy: