fixes for tests to be run in release-mode

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2025-01-08 20:43:02 +00:00
parent 94c8683836
commit 44e6b1af3c
6 changed files with 6 additions and 7 deletions

View file

@ -11,6 +11,7 @@ mod opts;
mod pool;
mod ser;
mod stream;
#[cfg(test)]
mod tests;
pub(crate) mod util;
mod watchers;