Skip to content

Commit

Permalink
release to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Coder-Harshit committed Sep 9, 2024
1 parent bc51709 commit ab3c815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#[test]
fn test_ospect_runs() {
let binary_path = env::var("OSPECT_BINARY_PATH").unwrap_or("target/release/ospect".to_string()); // Adjust if needed
let binary_path = env::var("OSPECT_BINARY_PATH").unwrap_or("target/debug/ospect".to_string()); // Adjust if needed
let result = Command::new(binary_path)
.output()
.expect("Failed to execute command");
Expand Down

0 comments on commit ab3c815

Please sign in to comment.