diff --git a/appveyor.yml b/appveyor.yml index 86ad77ecb9..1ef3cee385 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,7 +33,3 @@ build_script: after_build: - go run build\ci.go archive -type zip -signer WINDOWS_SIGNING_KEY -upload gexpstore/builds - go run build\ci.go nsis -signer WINDOWS_SIGNING_KEY -upload gexpstore/builds - -test_script: - - set CGO_ENABLED=1 - - go run build\ci.go test -vet -coverage