mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-03 20:24:16 -04:00
debugging, add async_tag_lock
This commit is contained in:
parent
046b61d5d8
commit
0a01c0d23e
21 changed files with 690 additions and 273 deletions
|
@ -74,3 +74,10 @@ async fn run_test_envelope_receipt() {
|
|||
|
||||
test_envelope_receipt::test_all().await;
|
||||
}
|
||||
|
||||
#[wasm_bindgen_test]
|
||||
async fn run_test_async_tag_lock() {
|
||||
setup();
|
||||
|
||||
test_async_tag_lock::test_all().await;
|
||||
}
|
||||
|
|
|
@ -78,3 +78,10 @@ async fn run_test_envelope_receipt() {
|
|||
|
||||
test_envelope_receipt::test_all().await;
|
||||
}
|
||||
|
||||
#[wasm_bindgen_test]
|
||||
async fn run_test_async_tag_lock() {
|
||||
setup();
|
||||
|
||||
test_async_tag_lock::test_all().await;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue