Skip to content

Commit

Permalink
chore(build): 🧹 Disable builds with warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
berkus committed Oct 5, 2024
1 parent d3203e3 commit 76c9a47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ alias = "empty"
[tasks.build-target]
workspace = false
command = "cargo"
env = { RUSTFLAGS = "-D warnings" }
args = [
"build",
"@@split(PLATFORM_TARGET,|)",
Expand Down

0 comments on commit 76c9a47

Please sign in to comment.