Skip to content

Commit

Permalink
fix(CI): papyrus integration test runs only Papyrus related tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-starkware committed Jul 17, 2024
1 parent 21f8a3a commit 529d380
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/papyrus_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 529d380

Please sign in to comment.