mirror of
https://github.com/bytedance/g3.git
synced 2026-04-28 03:30:31 +00:00
parent
d4307f7b8c
commit
bbc8d9f872
1 changed files with 10 additions and 0 deletions
10
justfile
Normal file
10
justfile
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
check:
|
||||||
|
cargo check --workspace
|
||||||
|
|
||||||
|
test:
|
||||||
|
cargo test --workspace --lib --examples
|
||||||
|
|
||||||
|
clippy:
|
||||||
|
cargo clippy --tests -- --deny warnings
|
||||||
|
|
||||||
|
qa: check test clippy
|
||||||
Loading…
Add table
Add a link
Reference in a new issue