Skip to main content

run

Function run 

Source
pub async fn run()
Expand description

Runs all tests in the tests module.

ยงExample

#[tokio::main]
async fn main() {
    run().await;
}