diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5712c44e9..bee026e31 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -85,8 +85,10 @@ jobs: # See also https://go.googlesource.com/vscode-go/+/HEAD/docs/debugging.md#launch and the issue #2120. go build -tags=example "-gcflags=all=-N -l" -v ./... env GOOS=js GOARCH=wasm go build -tags=example -v ./... - env GOOS=windows GOARCH=amd64 go build -tags=example -v ./... env GOOS=windows GOARCH=386 go build -tags=example -v ./... + env GOOS=windows GOARCH=amd64 go build -tags=example -v ./... + env GOOS=windows GOARCH=arm go build -tags=example -v ./... + env GOOS=windows GOARCH=arm64 go build -tags=example -v ./... - name: go build (macOS) if: ${{ startsWith(matrix.os, 'macos-') && !startsWith(matrix.go, '1.15.') }}