Avoid empty --features= arg to avoid unnecessary cargo building
This commit is contained in:
@ -26,8 +26,7 @@ build() {
|
||||
$genPipeline && return
|
||||
ci/version-check-with-upgrade.sh stable
|
||||
_ scripts/ulimit-n.sh
|
||||
FEATURES=""
|
||||
_ cargo build --all --features="$FEATURES"
|
||||
_ cargo build --all
|
||||
}
|
||||
|
||||
runTest() {
|
||||
|
Reference in New Issue
Block a user