From edd69ace647d19b1b143b073eefea8ed8fc04643 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Sat, 22 Feb 2020 12:14:30 -0400 Subject: [PATCH] update appveyor.yml fixed test --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 1b45c15..3263006 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -67,7 +67,7 @@ build_script: test_script: # Unit tests - ps: Add-AppveyorTest "Unit Tests" -Outcome Running - - go test -u github.com/robotn/gohook... + - go test -v github.com/robotn/gohook... - ps: Update-AppveyorTest "Unit Tests" -Outcome Passed # notifications: