Skip to content
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

chore: fix CI not testing the examples/ folder #784

Merged
merged 2 commits into from
Apr 27, 2023

Conversation

moul
Copy link
Member

@moul moul commented Apr 26, 2023

  • Re-enable the gno test ./examples on the CI.
  • Fix a broken test.
  • Allow init() to call GetOrigCaller in testing context.

Fix #782

Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
@moul moul self-assigned this Apr 26, 2023
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
@moul moul marked this pull request as ready for review April 26, 2023 12:24
@moul moul requested a review from a team as a code owner April 26, 2023 12:24
@moul moul added the 🐞 bug Something isn't working label Apr 26, 2023
Copy link
Member

@zivkovicmilos zivkovicmilos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests run fine now in the CI ✅

.github/workflows/examples.yml Show resolved Hide resolved
@moul moul merged commit e8d9762 into gnolang:master Apr 27, 2023
@moul moul deleted the dev/moul/examples-test-ci branch April 27, 2023 19:19
@moul moul added this to the 🌟 main.gno.land (wanted) milestone Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
Status: ✅ Done
Archived in project
Archived in project
Development

Successfully merging this pull request may close these issues.

cd examples; make test fails
4 participants