mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-02 19:30:26 +00:00
Use cargo-binstall to install nextest
This commit is contained in:
@@ -106,10 +106,8 @@ tools=()
|
||||
for tool in tools/codegen/base/*.json; do
|
||||
tools+=("$(basename "${tool%.*}")")
|
||||
done
|
||||
# Aliases
|
||||
tools+=(nextest)
|
||||
# Not manifest-based
|
||||
tools+=(valgrind)
|
||||
tools+=(valgrind nextest cargo-nextest)
|
||||
|
||||
(
|
||||
set -x
|
||||
|
||||
Reference in New Issue
Block a user