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 ../..