Skip to content

Commit

Permalink
fix: set the right e2e binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelmmiguel committed Oct 5, 2023
1 parent b13b09b commit cf8c14c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ mod test {
let path = PathBuf::from(std::env::var("CARGO_MANIFEST_DIR").unwrap());

let binary = if cfg!(target_os = "windows") {
"wws"
} else {
"wws.exe"
} else {
"wws"
};

// Use release when it's available
Expand Down

0 comments on commit cf8c14c

Please sign in to comment.