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

[Move/Examples] Switch to datatest #18813

Merged
merged 3 commits into from
Jul 26, 2024
Merged

[Move/Examples] Switch to datatest #18813

merged 3 commits into from
Jul 26, 2024

Commits on Jul 26, 2024

  1. [Move/Examples] Switch to datatest

    ## Description
    Use `datatest-stable` to find all the Move examples we might want to
    build and test, instead of stashing this away in a rust test.
    
    ## Test plan
    
    ```
    sui$ cargo nextest run -p sui-framework-tests --test move_tests
    ```
    amnn committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    14029f5 View commit details
    Browse the repository at this point in the history
  2. fixup: Typo on config name

    amnn committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    caa1eee View commit details
    Browse the repository at this point in the history
  3. fixup: No more msim configs

    It means that the test runs twice, but it runs fine under msim.
    amnn committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    90f903a View commit details
    Browse the repository at this point in the history