make test

pull/22/head
chris west 4 years ago
parent 252731d0de
commit 80314f6bd6

@ -26,6 +26,11 @@ debug: $(PHETCH_DEBUG)
clean:
@rm -rf target
# Run tests
test:
cargo clippy --all-features
cargo test --all-features
# Build the release version
$(PHETCH_RELEASE): $(RSFILES)
cargo build --release

Loading…
Cancel
Save