From a76dc5ad72b19ec942bf04f83d30177e2d7de38a Mon Sep 17 00:00:00 2001 From: Christopher Durham Date: Mon, 25 Jul 2022 22:30:14 -0400 Subject: [PATCH] Accept `tool: cargo-nextest` to install nextest (#15) --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index d7c85efdc..f68576fea 100755 --- a/main.sh +++ b/main.sh @@ -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