Skip to content

Fix nextest source fallback in CI - #100

Merged
aecsocket merged 1 commit into
aecsocket:mainfrom
mirsella:fix/locked-nextest-install
Aug 14, 2026
Merged

Fix nextest source fallback in CI#100
aecsocket merged 1 commit into
aecsocket:mainfrom
mirsella:fix/locked-nextest-install

Conversation

@mirsella

Copy link
Copy Markdown
Contributor

cargo-binstall can fall back to compiling from source when a prebuilt nextest binary is unavailable. Nextest requires source installs to use its bundled lockfile and now rejects unlocked installs.

Pass --locked through to the fallback cargo install invocation. This fixes the failure seen in the aeronet_webtransport test job, which occurred before its tests started.

Verified with cargo binstall --no-confirm --locked --dry-run cargo-nextest.

@aecsocket
aecsocket merged commit bbfd4b7 into aecsocket:main Aug 14, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants