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

ci(graphql): tests for staging variant #19371

Merged
merged 1 commit into from
Sep 17, 2024
Merged

ci(graphql): tests for staging variant #19371

merged 1 commit into from
Sep 17, 2024

Commits on Sep 17, 2024

  1. ci: testing for sui-graphql-rpc staging

    ## Description
    
    Set-up testing for `staging` variant of `sui-graphql-rpc`:
    
    - Split E2E tests into `stable` and `staging` variants (each in their
      own sub-directories -- existing tests are all `stable`). Only run the
      stable tests by default, and additionally run the staging tests if the
      `staging` feature is enabled.
    - Generate a separate `staging` schema and snapshot test.
    - Add a CI step to run GraphQL tests with the staging flag enabled.
    
    ## Test plan
    
    ```
    sui$ cargo nextest run --profile ci --features staging  \
      -E 'package(sui-graphql-rpc)'                         \
      -E 'package(sui-graphql-e2e-tests)'
    ```
    
    And also check CI.
    amnn committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    1940c09 View commit details
    Browse the repository at this point in the history