diff --git a/.github/workflows/_rust_tests.yml b/.github/workflows/_rust_tests.yml index ce9f40d94c0..4886da03d8e 100644 --- a/.github/workflows/_rust_tests.yml +++ b/.github/workflows/_rust_tests.yml @@ -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