fix tests

This commit is contained in:
Christien Rioux
2023-09-01 18:59:43 -04:00
parent d0e240b545
commit c377a59278
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -60,6 +60,6 @@ elif [[ "$1" == "android" ]]; then
else
cargo test
cargo test --features=rt-async-std
cargo test --no-default-features --features=default-async-std
fi
popd 2>/dev/null