Skip to content

Merge pull request #988 from andyzhangx/update-csi-release-tools2-4.12-2 #1959

Merge pull request #988 from andyzhangx/update-csi-release-tools2-4.12-2

Merge pull request #988 from andyzhangx/update-csi-release-tools2-4.12-2 #1959

Workflow file for this run

name: Windows Tests
on:
pull_request: {}
push: {}
jobs:
build:
strategy:
matrix:
go: [ '^1.16' ]
platform: [windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go }}
- name: Checkout code
uses: actions/checkout@v5
- name: Run Windows Unit Tests
run: |
go version
go test -v -race ./pkg/...