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 e3d317e commit 1936d98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/nextest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ulimit -a

# install cargo-nextest
echo "Setup cargo-nextest."
cargo install clap --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 1936d98

Please sign in to comment.