We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a4027 commit e4ef7b3Copy full SHA for e4ef7b3
.github/workflows/ci.yml
@@ -51,5 +51,12 @@ jobs:
51
- name: Run Integration Tests
52
run: RUST_BACKTRACE=1 cargo test --features integration-tests
53
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
+
61
- name: Clean up SPIRE
62
run: .github/workflows/scripts/cleanup-spire.sh
0 commit comments