removes unit tests for crypto library from script (#467)

This commit is contained in:
kaczmarczyck
2022-04-26 16:00:06 +02:00
committed by GitHub
parent 8dc6dab450
commit 397c4165ca

View File

@@ -100,9 +100,6 @@ then
cd libraries/cbor
cargo test --release
cd ../..
cd libraries/crypto
RUSTFLAGS='-C target-feature=+aes' cargo test --release --features std
cd ../..
cd libraries/persistent_store
cargo test --release --features std
cd ../..
@@ -112,9 +109,6 @@ then
cd libraries/cbor
cargo test
cd ../..
cd libraries/crypto
RUSTFLAGS='-C target-feature=+aes' cargo test --features std
cd ../..
cd libraries/persistent_store
cargo test --features std
cd ../..