Skip to content
Snippets Groups Projects

Several things

Merged Éloïs requested to merge elois-dev into master
27 files
+ 759
562
Compare changes
  • Side-by-side
  • Inline
Files
27
@@ -170,6 +170,6 @@ async fn main() {
DuniterWorld::cucumber()
//.fail_on_skipped()
.max_concurrent_scenarios(4)
.run("features")
.run_and_exit("features")
.await;
}
Loading