diff --git a/router/src/lib.rs b/router/src/lib.rs index dbd36827..56107daa 100644 --- a/router/src/lib.rs +++ b/router/src/lib.rs @@ -3,6 +3,7 @@ pub mod config; pub mod infer; pub mod server; pub mod validation; +// Dummy change to trigger CI, TODO remove this. #[cfg(feature = "kserve")] mod kserve;