tabby/Makefile

19 lines
467 B
Makefile
Raw Normal View History

smoke:
2023-04-02 13:15:22 +00:00
k6 run tests/*.smoke.js
2023-04-02 13:25:46 +00:00
loadtest:
2023-04-02 13:25:46 +00:00
k6 run tests/*.loadtest.js
2023-06-12 19:21:27 +00:00
fix:
cargo clippy --fix --allow-dirty --allow-staged && cargo +nightly fmt
update-playground:
cd clients/tabby-playground && yarn build
rm -rf crates/tabby/playground && cp -R clients/tabby-playground/out crates/tabby/playground
bump-version:
cargo ws version --no-individual-tags --no-git-push
bump-release-version:
2023-10-13 18:42:43 +00:00
cargo ws version --allow-branch "r*" --no-individual-tags --force "*"