Skip to content

Commit 9cdfef5

Browse files
committed
appveyor.yml: Fix gcc issue on go test -race ./...
1 parent 6a2b593 commit 9cdfef5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ branches:
88

99
environment:
1010
GOPATH: c:\gopath
11-
PATH: '%GOPATH%\bin;%PATH%'
11+
PATH: '%GOPATH%\bin;%PATH%;C:\msys64\mingw64\bin'
12+
matrix:
13+
- TARGET: x86_64-pc-windows-gnu
1214

1315
stack: go 1.10
1416

0 commit comments

Comments
 (0)