From d8d114a54da71127b50bdf2ad14e32cc02caa2ac 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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/papyrus_ci.yml b/.github/workflows/papyrus_ci.yml index 9e8b994a48c..68c97c70449 100644 --- a/.github/workflows/papyrus_ci.yml +++ b/.github/workflows/papyrus_ci.yml @@ -89,6 +89,11 @@ jobs: with: version: ${{env.PROTOC_VERSION}} - run: > + cargo test -r + --test latency_histogram + --test gateway_integration_test + --test feeder_gateway_integration_test + -- --include-ignored --skip test_gw_integration_testnet; cargo test -r --test '*' -- --include-ignored --skip test_gw_integration_testnet; cargo run -r -p papyrus_node --bin central_source_integration_test --features="futures-util tokio-stream"