fix clippy and check it on ci (#18)
This commit is contained in:
8
justfile
8
justfile
@@ -6,4 +6,10 @@ tb_setup_mac:
|
||||
ln -s $(pwd)/trenchbroom/hedz/GameConfig.cfg "$HOME/Library/Application Support/TrenchBroom/games/hedz/GameConfig.cfg" | true
|
||||
|
||||
dbg:
|
||||
RUST_BACKTRACE=1 cargo r --features dbg
|
||||
RUST_BACKTRACE=1 cargo r --features dbg
|
||||
|
||||
check:
|
||||
cargo fmt --check
|
||||
cargo b
|
||||
cargo test
|
||||
cargo clippy
|
||||
|
||||
Reference in New Issue
Block a user