Skip to content

various improvements#2511

Merged
Sebastian Thiel (Byron) merged 1 commit into
mainfrom
improvements
Apr 13, 2026
Merged

various improvements#2511
Sebastian Thiel (Byron) merged 1 commit into
mainfrom
improvements

Conversation

@Byron

Copy link
Copy Markdown
Member

Tasks

  • review invoke_bash()

@Byron

Copy link
Copy Markdown
Member Author

Eliah Kagan (@EliahKagan) This isn't the first time I have seen this failure mode.

Run cargo nextest run --workspace --no-fail-fast --exclude gix-error -- --skip fuzzed_timeout --skip performance --skip speed
error: no such command: `nextest`

help: a command with a similar name exists: `test`

help: view all installed commands with `cargo --list`
help: find a package to install `nextest` with `cargo search cargo-nextest`
Error: Process completed with exit code 1.

Just wanted to flag this in case you have some intuition about it - it's like there is a race between putting something in the PATH and being able to invoke it.

@EliahKagan

Eliah Kagan (EliahKagan) commented Apr 13, 2026

Copy link
Copy Markdown
Member

Just wanted to flag this in case you have some intuition about it

I vaguely recall reading that there was a bug in one of the actions we use in CI to install packages that intermittently causes it to fail silently to install a package on ARM64 Windows 11 systems--and that was fixed, but only recently. I don't know for sure whether this recollection is correct or not. I'll try to look into it.

@Byron
Sebastian Thiel (Byron) merged commit 1fc129d into main Apr 13, 2026
55 of 58 checks passed
@EliahKagan

Copy link
Copy Markdown
Member

I've upgraded install-action in #2517, which should fix the no such command: `nextest` error. See #2517 (review) for details.

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.

3 participants