From 2c02a0a71ef8467e985e726c7f06681720c57d95 Mon Sep 17 00:00:00 2001 From: Christopher Durham Date: Mon, 25 Jul 2022 22:26:39 -0400 Subject: [PATCH] Accept `tool: cargo-nextest` to install nextest --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index efa11e59..10255848 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