test(ci): trivial change to measure incremental build time with sccache
All checks were successful
BotServer CI / build (push) Successful in 25m59s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-29 10:13:14 -03:00
parent c5b84b4948
commit c445aa6de7

View file

@ -157,6 +157,7 @@ async fn main() -> std::io::Result<()> {
// Set global panic hook to log panics that escape async boundaries
set_global_panic_hook();
let _ = 1 + 1;
let args: Vec<String> = std::env::args().collect();
let no_ui = args.contains(&"--noui".to_string());