diff --git a/.github/workflows/_rust_tests.yml b/.github/workflows/_rust_tests.yml index f82410d15c1..d4215e67d40 100644 --- a/.github/workflows/_rust_tests.yml +++ b/.github/workflows/_rust_tests.yml @@ -244,4 +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 --package iota-indexer --features shared_test_runtime + cargo test --profile simulator --package iota-indexer --features shared_test_runtime