-
Notifications
You must be signed in to change notification settings - Fork 3
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
Gno testing CI #22
base: main
Are you sure you want to change the base?
Gno testing CI #22
Conversation
✅ Deploy Preview for gno-memeland canceled.
|
Also, please add a description to the PR before you make it ready for review :) |
The test problem has been solved 👍🏼 I updated my |
@DIGIX666 if you're running locally, check if you have the latest version of gno/gnovm installed |
Yes, I checked but I don't run it locally because I try with this command package tool
import (
_ "github.com/gnolang/gno/gnovm/cmd/gno"
) |
If the CI were to run on this PR, it would show up as an item in the CI box. It's not currently. Can you please read up on the GitHub CI workflow docs and see how to include this properly? 🙏 |
It's good, now the CI is up and running @leohhhn ✌🏼 |
Hy @leohhhn do you know why the test don't pass here beaucause I try in the main repo and he pass |
This
PR
refers to the issue 6The aim is to have a CI that checks the Test gno files for PR requests