veilid-tools work

This commit is contained in:
John Smith
2022-11-27 09:00:20 -05:00
parent 07e3201e06
commit 3a7d9b57b5
83 changed files with 3440 additions and 232 deletions

View File

@@ -567,7 +567,7 @@ pub async fn test_all() {
test_get_random_u32().await;
test_sleep().await;
#[cfg(not(target_arch = "wasm32"))]
test_network_interfaces().await;
test_network_interfaces().await; XXX KEEP THIS IN NATIVE TESTS
test_must_join_single_future().await;
test_eventual().await;
test_eventual_value().await;