Files
mistralai-client-rs/Makefile
2024-03-03 15:20:30 +01:00

7 lines
159 B
Makefile

test:
cargo test --no-fail-fast
test-cover:
cargo tarpaulin --frozen --no-fail-fast --out Xml --skip-clean
test-watch:
cargo watch -x "test -- --nocapture"