mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-30 22:13:54 +00:00
update appveyor and test code
This commit is contained in:
parent
e11eccdd3f
commit
d643b9ffe5
@ -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 New Issue
Block a user