diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index fdcc66fa9..7f38cecaa 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -43,3 +43,13 @@ jobs: with: go-version: '1.11.13' - run: go test -v ./... + + windows: + runs-on: windows-latest + steps: + - uses: actions/checkout@v3 + - run: choco install gpg4win + - uses: actions/setup-go@v3 + with: + go-version: '1.11.13' + - run: go test -v ./...