Skip to content

chore(setup): add cargo-nextest to setup scripts#292

Merged
DorianZheng merged 1 commit intomainfrom
chore/setup-install-nextest
Feb 23, 2026
Merged

chore(setup): add cargo-nextest to setup scripts#292
DorianZheng merged 1 commit intomainfrom
chore/setup-install-nextest

Conversation

@DorianZheng
Copy link
Copy Markdown
Member

Summary

  • Add install_cargo_nextest function to setup-common.sh (shared across all platforms)
  • Call it from all 4 platform setup scripts (macOS, Ubuntu, manylinux, musllinux)
  • Checks if already installed before attempting install; uses --locked for reproducibility

Test plan

  • Run make setup on macOS and verify nextest is checked/installed
  • Verify cargo nextest --version works after setup

nextest is used for running tests but wasn't installed by make setup,
requiring manual installation on new dev environments.
@DorianZheng DorianZheng merged commit 7e50cb9 into main Feb 23, 2026
@DorianZheng DorianZheng deleted the chore/setup-install-nextest branch February 23, 2026 13:33
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.

1 participant