Skip to content

Commit

Permalink
build-only
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Flash committed Dec 13, 2024
1 parent 9b411c1 commit ffec0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dashboard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ impl MoonCommand {
MoonCommand::Check(backend) => vec!["check", "-q", "--target", backend.to_flag()],
MoonCommand::Build(backend) => vec!["build", "-q", "--target", backend.to_flag()],
MoonCommand::Test(backend) => {
vec!["test", "-q", "--target", backend.to_flag()]
vec!["test", "-q", "--build-only", "--target", backend.to_flag()]
}
}
}
Expand Down

0 comments on commit ffec0e0

Please sign in to comment.