Skip to content

Commit

Permalink
waiting
Browse files Browse the repository at this point in the history
  • Loading branch information
bconn98 committed Dec 20, 2023
1 parent 79a0d71 commit 26e1852
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/color-test/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ use std::thread;
use std::time::Duration;

fn main() {
Command::new("ls")
.current_dir("../../")
.spawn()
.expect("Cargo command failed to start");

Command::new("cargo")
.args(&["build", "--example", "compile_time_config"])
.current_dir("../../")
.output()
.spawn()
.expect("Cargo command failed to start");

Expand Down

0 comments on commit 26e1852

Please sign in to comment.