mirror of
https://github.com/TabbyML/tabby
synced 2024-11-23 01:56:18 +00:00
9 lines
148 B
Makefile
9 lines
148 B
Makefile
smoke:
|
|
k6 run tests/*.smoke.js
|
|
|
|
loadtest:
|
|
k6 run tests/*.loadtest.js
|
|
|
|
fix:
|
|
cargo clippy --fix --allow-dirty --allow-staged && cargo +nightly fmt
|