diff --git a/crates/samply-codspeed b/crates/samply-codspeed index e5345f43..a8ac4c91 160000 --- a/crates/samply-codspeed +++ b/crates/samply-codspeed @@ -1 +1 @@ -Subproject commit e5345f439625f565a4bfb050d90ac8d1c292edcf +Subproject commit a8ac4c91c2278891c1457e907a69a66ed7909314 diff --git a/src/executor/tests.rs b/src/executor/tests.rs index 1432c92e..d562c6c9 100644 --- a/src/executor/tests.rs +++ b/src/executor/tests.rs @@ -127,7 +127,6 @@ fi let path = escargot::CargoBuild::new() .package(package) .bin(bin) - .release() .current_target() .run() .unwrap_or_else(|e| panic!("failed to build the {bin} binary: {e}"))