From 397c4165ca76edd9ae476b204c663b1565efbdb5 Mon Sep 17 00:00:00 2001 From: kaczmarczyck <43844792+kaczmarczyck@users.noreply.github.com> Date: Tue, 26 Apr 2022 16:00:06 +0200 Subject: [PATCH] removes unit tests for crypto library from script (#467) --- run_desktop_tests.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/run_desktop_tests.sh b/run_desktop_tests.sh index 276db76..cbbf43d 100755 --- a/run_desktop_tests.sh +++ b/run_desktop_tests.sh @@ -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 ../..