chirpstack/lrwn/Makefile

8 lines
97 B
Makefile
Raw Normal View History

2022-04-06 20:18:32 +00:00
.PHONY: test
# Runs the tests
test:
cargo fmt --check
cargo clippy
cargo test --all-features