mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-23 09:48:59 +00:00
update appveyor and test code
This commit is contained in:
parent
e11eccdd3f
commit
d643b9ffe5
2 changed files with 3 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in a new issue