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

fix(CI): Fix move tests workflow and add additional tests that use examples #4429

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

DaughterOfMars
Copy link
Contributor

Description of change

Fixes a bug in _move_tests.yml which was broken by #2535 as unit_tests:: was renamed to tests::.

Wraps several tests in an example module so that they can be specifically queried for in the move tests jobs.

Adds a secondary job as some of the tests that use examples are simtests.

Updates the commands in move tests so that it selects all tests that use examples.

Links to any relevant issues

Closes #4120

@iota-ci iota-ci added dev-tools Issues related to the Developer Tools Team sc-platform Issues related to the Smart Contract Platform group. labels Dec 10, 2024
Copy link
Contributor

@kodemartin kodemartin left a comment

Choose a reason for hiding this comment

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

Hey @DaughterOfMars, looks good, but I reckon that mod example should be renamed to mod move. I expanded on the reasoning in a more specific comment.

crates/iota-json-rpc-tests/tests/read_api.rs Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev-tools Issues related to the Developer Tools Team sc-platform Issues related to the Smart Contract Platform group.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Examples do not get tested when only move files changed
5 participants