chirpstack/lrwn/Makefile
2022-04-06 21:18:32 +01:00

8 lines
82 B
Makefile

.PHONY: test
# Runs the tests
test:
cargo fmt --check
cargo clippy
cargo test