Makefile: Run the tests an coverage target with the encryption feature.
This commit is contained in:
parent
45890a27f3
commit
84e7a49bbf
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,8 +1,8 @@
|
|||
test:
|
||||
cargo test
|
||||
cargo test --features encryption
|
||||
|
||||
coverage:
|
||||
cargo tarpaulin
|
||||
cargo tarpaulin --features encryption -v
|
||||
|
||||
clean:
|
||||
cargo clean
|
||||
|
|
Loading…
Reference in a new issue