update appveyor.yml fixed test

This commit is contained in:
vcaesar 2020-02-22 12:14:30 -04:00
parent e15669d530
commit edd69ace64

View File

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