mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-19 13:17:55 +00:00
8 lines
82 B
Makefile
8 lines
82 B
Makefile
.PHONY: test
|
|
|
|
# Runs the tests
|
|
test:
|
|
cargo fmt --check
|
|
cargo clippy
|
|
cargo test
|