appveyor: re-enable tests

This commit is contained in:
Martin Lindhe
2018-03-13 20:50:31 +01:00
parent 617d795383
commit bda7dd18cf

View File

@@ -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"