From 84bdce11aa870557783a24269c1cbf8b240c6f96 Mon Sep 17 00:00:00 2001 From: samuel_rufi Date: Thu, 31 Oct 2024 09:58:36 +0100 Subject: [PATCH] ci: Run RPC tests --- .github/workflows/_rust_tests.yml | 1 + 1 file changed, 1 insertion(+) 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