Skip to content

Commit a7eea0b

Browse files
stephentoubCopilot
andcommitted
Use bounded Rust E2E concurrency in CI
Set libtest to four worker threads so GitHub-hosted runners actually exercise the harness concurrency limit instead of defaulting to the runner CPU count. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 48a30ef commit a7eea0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust-sdk-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
RUST_E2E_CONCURRENCY: 4
100100
COPILOT_HMAC_KEY: ${{ secrets.COPILOT_DEVELOPER_CLI_INTEGRATION_HMAC_KEY }}
101101
COPILOT_CLI_PATH: ${{ steps.setup-copilot.outputs.cli-path }}
102-
run: cargo test --features test-support -- --nocapture
102+
run: cargo test --features test-support -- --test-threads=4 --nocapture
103103

104104
# Validates the `embedded-cli` build path on all three supported
105105
# platforms. This is the only place `build.rs` actually runs (the

0 commit comments

Comments
 (0)