diff --git a/appveyor.yml b/appveyor.yml index 0e58785f..0fa5986c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,7 +25,7 @@ install: build_script: - go vet ./... - gofmt -s -l . -- make +- mingw32-make.exe # to disable automatic tests test: off