Skip to content

Commit e4ef7b3

Browse files
committed
ci: run integration tests w/ aws-lc-rs feature
Add 'Run Integration Tests with aws-lc-rs' step to 'Build and Test' CI job to ensure functionality with `aws-lc-rs` (alternative to `rust-crypto`).
1 parent 31a4027 commit e4ef7b3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,12 @@ jobs:
5151
- name: Run Integration Tests
5252
run: RUST_BACKTRACE=1 cargo test --features integration-tests
5353

54+
- name: Run Integration Tests with aws-lc-rs
55+
run: >
56+
RUST_BACKTRACE=1
57+
cargo test
58+
--no-default-features
59+
--features integration-tests,spiffe-types,workload-api,aws-lc-rs
60+
5461
- name: Clean up SPIRE
5562
run: .github/workflows/scripts/cleanup-spire.sh

0 commit comments

Comments
 (0)