mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-03 13:37:56 -04:00
14 lines
116 B
Makefile
14 lines
116 B
Makefile
test:
|
|
cargo test
|
|
|
|
coverage:
|
|
cargo tarpaulin
|
|
|
|
clean:
|
|
cargo clean
|
|
|
|
format:
|
|
cargo fmt
|
|
|
|
.PHONY: clean test coverage
|