We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937ee57 commit f5485a2Copy full SHA for f5485a2
Makefile
@@ -24,7 +24,7 @@ fix:
24
25
.PHONY: test
26
test:
27
- cargo test --features virtual,rsa2048,rsa4096-gen gpg_crypto
+ cargo test --features virtual,rsa2048,rsa4096-gen gpg_crypto,sequoia_gen_key
28
cargo test --features virtual,rsa2048,rsa4096
29
30
.PHONY: fuzz
@@ -46,7 +46,7 @@ fuzz-cov:
46
47
.PHONY: tarpaulin
48
tarpaulin:
49
- cargo tarpaulin --features virtual -o Html -o Xml
+ cargo tarpaulin --features virtual,rsa4096-gen -o Html -o Xml
50
51
.PHONY: ci
52
ci: check tarpaulin
0 commit comments