diff --git a/fastlanez/src/fl.rs b/fastlanez/src/fl.rs index 4b4dc30c03..02bbfed5cf 100644 --- a/fastlanez/src/fl.rs +++ b/fastlanez/src/fl.rs @@ -198,6 +198,7 @@ impl_bitpacking!(u32); impl_bitpacking!(u64); #[cfg(test)] +#[cfg(not(debug_assertions))] // Only run in release mode mod test { use super::*;