From d643b9ffe5a44c524740136edc428be68ddbecae Mon Sep 17 00:00:00 2001 From: vcaesar Date: Tue, 23 Apr 2019 13:44:59 -0400 Subject: [PATCH] update appveyor and test code --- appveyor.yml | 2 +- robotgo_test.go | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f0d5e8b..950481c 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/go-vgo/robotgo/... + - go test -v github.com/go-vgo/robotgo/... - ps: Update-AppveyorTest "Unit Tests" -Outcome Passed # notifications: diff --git a/robotgo_test.go b/robotgo_test.go index 9725356..bde4f58 100644 --- a/robotgo_test.go +++ b/robotgo_test.go @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// +build darwin windows + package robotgo import (