fix(ci): run gno test / lint on stdlibs#4756
Conversation
🛠 PR Checks SummaryAll Automated Checks passed. ✅ Manual Checks (for Reviewers):
Read More🤖 This bot helps streamline PR reviews by verifying automated checks and providing guidance for contributors and reviewers. ✅ Automated Checks (for Contributors):🟢 Maintainers must be able to edit this pull request (more info) ☑️ Contributor Actions:
☑️ Reviewer Actions:
📚 Resources:Debug
|
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
thehowl
left a comment
There was a problem hiding this comment.
This improves the current situation, though as I said elsewhere I think we should remove gno test ./stdlibs/... and test it into TestStdlibs.
Anyway, it solves an ongoing problem, so 👍 for merging.
That makes sense, but honestly, in my opinion we should have both in separate jobs. Even if it seems a bit unnecessary, I feel it make sense to be able to test and run |
Correctly run the CI in the `stdlibs` directory. This PR also adds a `-C` flag to `gno`, similar to the one in `go`, to change the directory before executing any command. Waiting on gnolang#4751 --------- Co-authored-by: Morgan <morgan@morganbaz.com>
Correctly run the CI in the
stdlibsdirectory.This PR also adds a
-Cflag togno, similar to the one ingo, to change the directory before executing any command.Waiting on #4751