verify-game
Verify game client code quality and compilation
Verify Game Client
Run these steps before committing game client changes to ensure everything compiles and tests pass.
- Check Compilation (including tests)
Ensures that lib and test targets compile successfully and clippy is happy.
// turbo cargo check --tests && cargo test --lib && cargo clippy -- -D warnings