update appveyor and test code

This commit is contained in:
vcaesar 2019-04-23 13:44:59 -04:00
parent e11eccdd3f
commit d643b9ffe5
2 changed files with 3 additions and 1 deletions

View File

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

View File

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