Skip to content

Commit

Permalink
Build should use build tests target
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed Jun 1, 2024
1 parent 8fde5be commit 236be92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rstest_test/src/prj.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ impl Project {
Command::new("cargo")
.current_dir(&self.path())
.arg("build")
.arg("--tests")
.output()
}

Expand Down

0 comments on commit 236be92

Please sign in to comment.