Skip to content

Commit

Permalink
Merge pull request #1179 from veryl-lang/build_status_with_warning
Browse files Browse the repository at this point in the history
Change build status with warnings to success
  • Loading branch information
dalance authored Jan 3, 2025
2 parents 34fe16b + f3cb186 commit 63d4114
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 63d4114

Please sign in to comment.