You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#62 introduced a Go implementation of the CLI and includes external tests. However, the Go implementation includes some unit tests which should be executable with go test.
One of these fails due to the current directory not being what it expects (probably a bug in the test), so I left the test target out of the default actions in the Makefile. It should be fixed and the tests enabled.
The text was updated successfully, but these errors were encountered:
#62 introduced a Go implementation of the CLI and includes external tests. However, the Go implementation includes some unit tests which should be executable with
go test
.One of these fails due to the current directory not being what it expects (probably a bug in the test), so I left the
test
target out of the default actions in the Makefile. It should be fixed and the tests enabled.The text was updated successfully, but these errors were encountered: