File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7171 - name : Compile unit tests with all features enabled
7272 run : cargo nextest run --cargo-profile ci-dev --all-targets --all-features --workspace --locked --no-run --timings
7373 - name : Run unit tests with all features enabled excluding consensus integration tests
74- run : timeout 10m cargo nextest run --cargo-profile ci-dev --no-fail-fast --all-targets --all-features --workspace --locked -E 'not test(/^test::consensus_3_nodes /)' --retries 2
74+ run : timeout 10m cargo nextest run --cargo-profile ci-dev --no-fail-fast --all-targets --all-features --workspace --locked -E 'not test(/^test::consensus_[34]_nodes /)' --retries 2
7575 - name : Store timings with all features enabled
7676 uses : actions/upload-artifact@v4
7777 with :
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ default:
33
44test $ RUST_BACKTRACE = " 1" * args = " ": build-pathfinder-release
55 cargo nextest run --no-fail-fast --all-targets --features p2p --workspace --locked \
6- - E ' not (test(/^p2p_network::sync::sync_handlers::tests::prop/) | test(/^consensus::inner::p2p_task::handler_proptest/) | test(/^test::consensus_3_nodes /))' \
6+ - E ' not (test(/^p2p_network::sync::sync_handlers::tests::prop/) | test(/^consensus::inner::p2p_task::handler_proptest/) | test(/^test::consensus_[34]_nodes /))' \
77 {{ args}}
88
99test-all-features $ RUST_BACKTRACE = " 1" * args = " ": build-pathfinder-release
1010 cargo nextest run --no-fail-fast --all-targets --all-features --workspace --locked \
11- - E ' not (test(/^p2p_network::sync::sync_handlers::tests::prop/) | test(/^consensus::inner::p2p_task::handler_proptest/) | test(/^test::consensus_3_nodes /))' \
11+ - E ' not (test(/^p2p_network::sync::sync_handlers::tests::prop/) | test(/^consensus::inner::p2p_task::handler_proptest/) | test(/^test::consensus_[34]_nodes /))' \
1212 {{ args}}
1313
1414test-consensus $ RUST_BACKTRACE = " 1" * args = " ": build-pathfinder build-feeder-gateway
You can’t perform that action at this time.
0 commit comments