From 37d597ad23ec56acc965f46ac8dd72ee841d4348 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Mon, 17 Sep 2018 13:41:48 -0400 Subject: [PATCH] update appveyor ci --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index dc8f0fe..56f66a2 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 -u github.com/robotn/gohook... - ps: Update-AppveyorTest "Unit Tests" -Outcome Passed # notifications: