Skip to content

Commit

Permalink
Change build status with warnings to success
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Jan 3, 2025
1 parent 34fe16b commit f3cb186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/veryl/src/cmd_build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ impl CmdBuild {

self.gen_filelist(metadata, &paths, temp_dir, include_tests)?;

let _ = check_error.check_all()?;
let _ = check_error.check_err()?;
Ok(true)
}

Expand Down

0 comments on commit f3cb186

Please sign in to comment.