Skip to content

Commit 0db0cdd

Browse files
ci/coverage: Fix openssl feature name
1 parent f57d819 commit 0db0cdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
cargo tarpaulin \
7171
--package oo7 \
7272
--lib \
73-
--features "tracing,async-std,openssl,local_tests" \
73+
--features "tracing,async-std,openssl_crypto,local_tests" \
7474
--ignore-panics \
7575
--out Lcov \
7676
--output-dir coverage-raw

0 commit comments

Comments
 (0)