Makefile: Run the tests an coverage target with the encryption feature.

master
Damir Jelić 2020-02-25 17:36:45 +01:00
parent 45890a27f3
commit 84e7a49bbf
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
test:
cargo test
cargo test --features encryption
coverage:
cargo tarpaulin
cargo tarpaulin --features encryption -v
clean:
cargo clean