test(ci): trivial change to measure incremental build time with sccache
All checks were successful
BotServer CI / build (push) Successful in 25m59s
All checks were successful
BotServer CI / build (push) Successful in 25m59s
This commit is contained in:
parent
c5b84b4948
commit
c445aa6de7
1 changed files with 1 additions and 0 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue