tabby/Makefile
2023-06-12 19:21:27 +00:00

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