Remove unneeded --all

This commit is contained in:
Michael Vines 2019-09-19 23:30:08 -07:00
parent 54cf9aaa1e
commit accd49f2e4
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ SECONDS=0
(
set -x
# shellcheck disable=SC2086 # Don't want to double quote $rust_version
$cargo $rust_version build --all $maybeReleaseFlag
$cargo $rust_version build $maybeReleaseFlag
)
BINS=(