Accept tool: cargo-nextest to install nextest (#15)

This commit is contained in:
Christopher Durham
2022-07-25 22:30:14 -04:00
committed by GitHub
parent 1dda3d1d7e
commit a76dc5ad72

View File

@@ -192,7 +192,7 @@ for tool in "${tools[@]}"; do
esac
download "${url}" "${cargo_bin}" "${tool}${exe}"
;;
nextest)
nextest | cargo-nextest)
bin="cargo-nextest"
# https://nexte.st/book/pre-built-binaries.html
case "${OSTYPE}" in