Fix CI builds where default features are added accidentally

This commit is contained in:
Steven Roose 2023-03-12 20:24:22 +00:00
parent fa2f27ca03
commit 9dd4c54a74
No known key found for this signature in database
GPG Key ID: 2F2A88D7F8D68E87
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ then
# Build specific features
for feature in ${FEATURES}
do
cargo build --verbose --features="no-std $feature"
cargo build --verbose --features="no-std $feature" --no-default-features
done
cargo run --example bip32 7934c09359b234e076b9fa5a1abfd38e3dc2a9939745b7cc3c22a48d831d14bd