From bda7dd18cfab45a12b8ef054118efec70ddd0ea7 Mon Sep 17 00:00:00 2001 From: Martin Lindhe Date: Tue, 13 Mar 2018 20:50:31 +0100 Subject: [PATCH] appveyor: re-enable tests --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) 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"