Skip to content

Commit

Permalink
ci: Run RPC tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-rufi committed Oct 31, 2024
1 parent 527fab1 commit c7e278e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_rust_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,3 +244,4 @@ jobs:
cargo nextest run --no-fail-fast --test-threads 8 --package iota-graphql-e2e-tests --features pg_integration
cargo nextest run --no-fail-fast --test-threads 1 --package iota-cluster-test --test local_cluster_test --features pg_integration
cargo nextest run --no-fail-fast --test-threads 1 --package iota-indexer --test ingestion_tests --features pg_integration
cargo test --profile simulator --package iota-indexer --test rpc_tests --features shared_test_runtime

0 comments on commit c7e278e

Please sign in to comment.