Skip to content

Commit

Permalink
update nextest.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg committed Sep 26, 2023
1 parent 1936d98 commit 67e2f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/nextest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ulimit -a

# install cargo-nextest
echo "Setup cargo-nextest."
cargo install clap --locked
cargo install clap --version "4.3.19" --locked
cargo nextest -V >/dev/null 2>&1 || cargo install cargo-nextest --locked

# following options are tuned for current self hosted CI machine
Expand Down

0 comments on commit 67e2f2b

Please sign in to comment.