diff --git a/appveyor.yml b/appveyor.yml index bc377f63..4e8699fe 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,6 +20,7 @@ install: build_script: - ps: gitversion /output json /showvariable FullSemVer | Set-Content VERSION -PassThru + - go test -v ./... - promu build -v - ps: | $ErrorActionPreference = "Stop"