Skip to content

Commit

Permalink
build(release): use brew to install cargo-nextest
Browse files Browse the repository at this point in the history
Should be faster than cargo.
  • Loading branch information
gibfahn committed Mar 6, 2023
1 parent 909f823 commit 752e663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/release
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ main() {
pgrep -q Docker || open -a docker

# Install nextest runner if missing: https://nexte.st
(( $+commands[cargo-nextest] )) || cargo install cargo-nextest
(( $+commands[cargo-nextest] )) || brew install cargo-nextest
(( $+commands[git-cliff] )) || brew install git-cliff

# Delete stale files.
Expand Down

0 comments on commit 752e663

Please sign in to comment.