Skip to content

Commit

Permalink
fix: Get test_unstable building
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed May 6, 2024
1 parent 0e562db commit 79588bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ impl CargoBuild {
/// println!("artifact={}", run.path().display());
/// ```
#[cfg(feature = "test_unstable")]
pub fn run_tests(self) -> CargoResult<impl Iterator<Item = Result<CargoTest, CargoError>>> {
pub fn run_tests(self) -> CargoResult<impl Iterator<Item = CargoResult<CargoTest>>> {
let msgs = CommandMessages::with_command(self.cmd)?;
Ok(CargoTest::with_messages(msgs))
}
Expand Down

0 comments on commit 79588bd

Please sign in to comment.