Skip to content

Commit b12f771

Browse files
authored
ci: fix rust native crypto test to use proper features (#1375)
* ci: fix rust native crypto test to use proper features * ci: only run rust_native_crypto unit tests for c2pa
1 parent e4ae248 commit b12f771

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ jobs:
122122
- name: Generate code coverage for rust_native_crypto
123123
env:
124124
RUST_BACKTRACE: "1"
125-
FEATURES: ${{needs.get-features.outputs.rust_native_crypto-features}}
125+
FEATURES: ${{needs.get-features.outputs.rust-native-features}}
126126
run: |
127-
cargo llvm-cov --lib --features "$FEATURES" --lcov --output-path lcov-rust_native_crypto.info
127+
cargo llvm-cov -p c2pa --no-default-features --features "$FEATURES" --lcov --output-path lcov-rust_native_crypto.info
128128
129129
# Tokens aren't available for PRs originating from forks,
130130
# so we don't attempt to upload code coverage in that case.

0 commit comments

Comments
 (0)