Skip to content
Snippets Groups Projects

Resolve "Tests E2E fails but CI pass"

1 unresolved thread
@@ -672,6 +672,9 @@ async fn main() {
if summarize.hook_errors() > 0 {
panic!("Could not run tests correctly (hook errors)");
}
if summarize.parsing_errors() > 0 {
panic!("Could not run tests correctly (parsing errors)");
}
}
fn genesis_conf_name(feature_tags: &[String], scenario_tags: &[String]) -> String {
Loading