From 529d380233599813e1a906e0918f629de2de9736 Mon Sep 17 00:00:00 2001 From: Dan Brownstein Date: Wed, 17 Jul 2024 13:10:15 +0300 Subject: [PATCH] fix(CI): papyrus integration test runs only Papyrus related tests --- .github/workflows/papyrus_ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/papyrus_ci.yml b/.github/workflows/papyrus_ci.yml index 9e8b994a48..98c8ed7fd7 100644 --- a/.github/workflows/papyrus_ci.yml +++ b/.github/workflows/papyrus_ci.yml @@ -89,7 +89,11 @@ jobs: with: version: ${{env.PROTOC_VERSION}} - run: > - cargo test -r --test '*' -- --include-ignored --skip test_gw_integration_testnet; + cargo test -r + --test latency_histogram + --test gateway_integration_test + --test feeder_gateway_integration_test + -- --include-ignored --skip test_gw_integration_testnet; cargo run -r -p papyrus_node --bin central_source_integration_test --features="futures-util tokio-stream" test-no-rpc: