Skip to content

Commit

Permalink
fix windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
watawuwu committed Dec 11, 2018
1 parent 8f73751 commit e08b1c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/cargo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ pub fn config(opt_path: &Option<PathBuf>) -> Result<CargoConfig> {
}

#[cfg(test)]
#[cfg(not(target_os = "windows"))]
mod tests {

use crate::cargo::*;
Expand Down
1 change: 1 addition & 0 deletions src/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pub fn hash(input: &str) -> u64 {
}

#[cfg(test)]
#[cfg(not(target_os = "windows"))]
mod tests {

use crate::core::*;
Expand Down

0 comments on commit e08b1c4

Please sign in to comment.