mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-18 20:57:55 +00:00
21896e65d7
This can be used by the ChirpStack UDP and MQTT Forwarder. See also: https://github.com/chirpstack/chirpstack-mqtt-forwarder/issues/25
7 lines
96 B
Makefile
7 lines
96 B
Makefile
.PHONY: test
|
|
|
|
# Runs the tests
|
|
test:
|
|
cargo fmt --check
|
|
cargo clippy
|
|
cargo test --all-features
|