From ea66c0d290c9b893a90f6737d1894334cc7699be Mon Sep 17 00:00:00 2001 From: Samuel Rufinatscha Date: Wed, 30 Oct 2024 17:47:11 +0100 Subject: [PATCH] Use simulator profile Co-authored-by: Sergiu Popescu <44298302+sergiupopescu199@users.noreply.github.com> --- .github/workflows/_rust_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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