mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-19 13:17:55 +00:00
0679f10fad
This avoids pulling and building unnecessary dependencies for simple use-cases.
8 lines
97 B
Makefile
8 lines
97 B
Makefile
.PHONY: test
|
|
|
|
# Runs the tests
|
|
test:
|
|
cargo fmt --check
|
|
cargo clippy
|
|
cargo test --all-features
|