build local snakes in release
All checks were successful
Build / build (push) Successful in 1m10s

This commit is contained in:
2025-06-06 21:29:59 +02:00
parent d44538b749
commit 5f1d3dfc4f

View File

@ -346,7 +346,7 @@ fn run_snake(port: u16, log: Option<&str>) -> Result<Child, DynError> {
}
let mut snake = snake
.args(
["run", "--bin", "battlesnake"]
["run", "--bin", "battlesnake", "--release"]
.map(str::to_string)
.into_iter()
.chain(env::args().skip(2)),