Skip to content

Commit 23a8df0

Browse files
tests: revert to non-release extension for tests
1 parent da50c82 commit 23a8df0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ mod integration {
127127
BUILD.call_once(|| {
128128
assert!(Command::new("cargo")
129129
.arg("build")
130-
.arg("--release")
131130
.output()
132131
.expect("failed to build extension")
133132
.status
@@ -139,7 +138,7 @@ mod integration {
139138
setup();
140139
let output = Command::new("php")
141140
.arg(format!(
142-
"-dextension=../target/release/libtests.{}",
141+
"-dextension=../target/debug/libtests.{}",
143142
std::env::consts::DLL_EXTENSION
144143
))
145144
.arg(format!("src/integration/{}", file))

0 commit comments

Comments
 (0)