diff --git a/tfhe/src/core_crypto/mod.rs b/tfhe/src/core_crypto/mod.rs index a15ef7c01c..17664c3b5b 100644 --- a/tfhe/src/core_crypto/mod.rs +++ b/tfhe/src/core_crypto/mod.rs @@ -18,6 +18,8 @@ pub mod seeders; pub mod fft_impl; +// Not a meaningful comment to trigger CI workflows and test external contribution + #[cfg(feature = "gpu")] pub mod gpu; #[cfg(test)]