cucumber no future in tokio main
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m4s
Details
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m4s
Details
This commit is contained in:
parent
d4d742d8b4
commit
ffe10e1791
|
@ -136,5 +136,5 @@ async fn they_are_not_about_the_same(world: &mut NumWorld) {
|
|||
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
futures::executor::block_on(NumWorld::run("tests/features/book/revsqrt.feature"));
|
||||
NumWorld::run("tests/features/book/revsqrt.feature").await;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue