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

ci: cucumber tests should exit with a proper exit code when tests fails

parent 305e5044
No related branches found
No related tags found
1 merge request!18Several things
......@@ -170,6 +170,6 @@ async fn main() {
DuniterWorld::cucumber()
//.fail_on_skipped()
.max_concurrent_scenarios(4)
.run("features")
.run_and_exit("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