No need for specific feature, use std instead

This commit is contained in:
Egor Duda
2022-06-05 22:40:32 +03:00
parent f2cb2f72e7
commit c0299c3225
3 changed files with 3 additions and 4 deletions

View File

@@ -120,7 +120,7 @@ then
cargo test --features std
cd ../..
cd libraries/persistent_store
cargo test --features std,hostenv
cargo test --features std
cd ../..
cargo test --features std