From 83b2c4dd1b2608a2fa61b87d1a8e3943d81f4d35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Test=C3=A9?= Date: Tue, 17 Dec 2024 16:50:45 +0100 Subject: [PATCH] chore(ci): test external contribution --- tfhe/src/core_crypto/mod.rs | 2 ++ 1 file changed, 2 insertions(+) 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)]