diff --git a/appveyor.yml b/appveyor.yml index fb206606..4d07c960 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,7 +27,7 @@ install: build_script: - go vet ./... - gofmt -s -l . -- mingw32-make.exe +- C:\MinGW\bin\mingw32-make.exe # to disable automatic tests test: off