We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ubuntu@vps-c7deabc4:/go/src/github.com/thetatoken/theta$ make install go install ./cmd/... go install ./integration/... ubuntu@vps-c7deabc4:/go/src/github.com/thetatoken/theta$ make test_unit go test -timeout 45s glide novendor -tags=unit /bin/sh: 1: glide: not found can't load package: package github.com/thetatoken/theta: unknown import path "github.com/thetatoken/theta": cannot find module providing package github.com/thetatoken/theta make: *** [Makefile:32: test_unit] Error 1 ubuntu@vps-c7deabc4:~/go/src/github.com/thetatoken/theta$
glide novendor
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ubuntu@vps-c7deabc4:
/go/src/github.com/thetatoken/theta$ make install/go/src/github.com/thetatoken/theta$ make test_unitgo install ./cmd/...
go install ./integration/...
ubuntu@vps-c7deabc4:
go test -timeout 45s
glide novendor
-tags=unit/bin/sh: 1: glide: not found
can't load package: package github.com/thetatoken/theta: unknown import path "github.com/thetatoken/theta": cannot find module providing package github.com/thetatoken/theta
make: *** [Makefile:32: test_unit] Error 1
ubuntu@vps-c7deabc4:~/go/src/github.com/thetatoken/theta$
The text was updated successfully, but these errors were encountered: