Skip to content
Snippets Groups Projects
Commit 17afaca7 authored by Éloïs's avatar Éloïs
Browse files

rustfmt

parent 03d64046
No related branches found
No related tags found
No related merge requests found
...@@ -168,7 +168,8 @@ async fn main() { ...@@ -168,7 +168,8 @@ async fn main() {
//env_logger::init(); //env_logger::init();
DuniterWorld::cucumber() DuniterWorld::cucumber()
.fail_on_skipped() .fail_on_skipped()
.max_concurrent_scenarios(4) .max_concurrent_scenarios(4)
.run("features").await; .run("features")
.await;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment