Skip to content

Commit

Permalink
Add formatting to qualify script.
Browse files Browse the repository at this point in the history
  • Loading branch information
emabee committed Aug 21, 2019
1 parent 0f9f0cb commit d98cdaf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/qualify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ fn run_script(s: &str) {
}

fn main() {
// format
run_command!("cargo", "fmt");

// Build in important variants
run_command!("cargo", "build");
run_command!("cargo", "build", "--all-features");
Expand Down

0 comments on commit d98cdaf

Please sign in to comment.