Add expectations tests to the CI action

This commit is contained in:
Omar Abdulla
2026-01-15 00:21:27 +03:00
parent 73ee78a01e
commit 1231a9b6c5
3 changed files with 38 additions and 16 deletions
+4
View File
@@ -1113,6 +1113,10 @@ pub struct ReportConfiguration {
/// Controls if the compiler output is included in the final report.
#[clap(long = "report.include-compiler-output")]
pub include_compiler_output: bool,
/// The filename to use for the report.
#[clap(long = "report.file-name")]
pub file_name: Option<String>,
}
#[derive(Clone, Debug, Parser, Serialize, Deserialize)]