-
Notifications
You must be signed in to change notification settings - Fork 379
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
issue: gnovm/cmd/TestGnoDoc failed with incompatible gno packages from the earlier build #1142
Comments
master seems to be succeeding normally. try cloning gno in a clean directory and running the test again there. is your directory |
thank you @thehowl for the help. here is the update. I cloned a fresh local copy and run following command. cd gnovm or run test directly the error still exists. it turns out, I had an old version of avl package here from an early build. The old avl does not have NewNode() and the test pick it up. This does not happen in CI on github. I removed ~/.gno/pkg, the test passed. I have updated the name to reflect the new findings. |
maybe we could apply a fix to make it so that root dir for gnovm tests is always the project's git root. I'd say either (a) close this, and open new issue to do that or (b) repurpose this issue and change the title |
Description
go test ./cmd/...
The text was updated successfully, but these errors were encountered: