removes unit tests for crypto library from script (#467)
This commit is contained in:
@@ -100,9 +100,6 @@ then
|
|||||||
cd libraries/cbor
|
cd libraries/cbor
|
||||||
cargo test --release
|
cargo test --release
|
||||||
cd ../..
|
cd ../..
|
||||||
cd libraries/crypto
|
|
||||||
RUSTFLAGS='-C target-feature=+aes' cargo test --release --features std
|
|
||||||
cd ../..
|
|
||||||
cd libraries/persistent_store
|
cd libraries/persistent_store
|
||||||
cargo test --release --features std
|
cargo test --release --features std
|
||||||
cd ../..
|
cd ../..
|
||||||
@@ -112,9 +109,6 @@ then
|
|||||||
cd libraries/cbor
|
cd libraries/cbor
|
||||||
cargo test
|
cargo test
|
||||||
cd ../..
|
cd ../..
|
||||||
cd libraries/crypto
|
|
||||||
RUSTFLAGS='-C target-feature=+aes' cargo test --features std
|
|
||||||
cd ../..
|
|
||||||
cd libraries/persistent_store
|
cd libraries/persistent_store
|
||||||
cargo test --features std
|
cargo test --features std
|
||||||
cd ../..
|
cd ../..
|
||||||
|
|||||||
Reference in New Issue
Block a user