Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CI #4

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Add CI #4

wants to merge 5 commits into from

Conversation

abitrolly
Copy link

@abitrolly abitrolly commented May 7, 2021

Run go test -v ./...
=== RUN   TestParse
    keybinding_test.go:42: Expected key '1' but got 'Ctl+A' (trial 2)
    keybinding_test.go:52: Expected error message '' but got 'unsupported keybinding: KeyCtlA' (trial 2)
    keybinding_test.go:42: Expected key '65519' but got 'PageUp' (trial 9)
    keybinding_test.go:52: Expected error message '' but got 'unsupported keybinding: KeyPageUp' (trial 9)
    keybinding_test.go:42: Expected key '65519' but got 'PgUp' (trial 10)
    keybinding_test.go:52: Expected error message '' but got 'unsupported keybinding: KeyPgUp' (trial 10)
    keybinding_test.go:42: Expected key '0' but got 'F22' (trial 18)
    keybinding_test.go:42: Expected key '0' but got '^!' (trial 19)
--- FAIL: TestParse (0.00s)
FAIL
FAIL	github.com/awesome-gocui/keybinding	0.002s
?   	github.com/awesome-gocui/keybinding/examples	[no test files]
FAIL
Error: Process completed with exit code 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant