diff --git a/transaction-relayer/src/main.rs b/transaction-relayer/src/main.rs index 5038a485..5e429c2b 100644 --- a/transaction-relayer/src/main.rs +++ b/transaction-relayer/src/main.rs @@ -50,6 +50,8 @@ use tikv_jemallocator::Jemalloc; use tokio::{runtime::Builder, signal, sync::mpsc::channel}; use tonic::transport::Server; +// no-op change to test ci + #[global_allocator] static GLOBAL: Jemalloc = Jemalloc;