Skip to content

Commit f5485a2

Browse files
Also test sequoia rsa 4096 keygen
1 parent 937ee57 commit f5485a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fix:
2424

2525
.PHONY: test
2626
test:
27-
cargo test --features virtual,rsa2048,rsa4096-gen gpg_crypto
27+
cargo test --features virtual,rsa2048,rsa4096-gen gpg_crypto,sequoia_gen_key
2828
cargo test --features virtual,rsa2048,rsa4096
2929

3030
.PHONY: fuzz
@@ -46,7 +46,7 @@ fuzz-cov:
4646

4747
.PHONY: tarpaulin
4848
tarpaulin:
49-
cargo tarpaulin --features virtual -o Html -o Xml
49+
cargo tarpaulin --features virtual,rsa4096-gen -o Html -o Xml
5050

5151
.PHONY: ci
5252
ci: check tarpaulin

0 commit comments

Comments
 (0)