Skip to content

Commit

Permalink
Accept tool: cargo-nextest to install nextest (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
CAD97 committed Jul 26, 2022
1 parent 1dda3d1 commit a76dc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a76dc5a

Please sign in to comment.