Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit 78bf723

Browse files
committed
Remove race flag when testing on windows environment
Seems to be related to golang/go#23649.
1 parent 80a66ce commit 78bf723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ build_script:
1818
- gcc --version
1919

2020
test_script:
21-
- for /f "" %%G in ('go list ./... ^| find /i /v "/vendor/"') do ( go test -race %%G & IF ERRORLEVEL == 1 EXIT 1)
21+
- for /f "" %%G in ('go list ./... ^| find /i /v "/vendor/"') do ( go test %%G & IF ERRORLEVEL == 1 EXIT 1)

0 commit comments

Comments
 (0)