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 825b69d commit a14efddCopy full SHA for a14efdd
.github/workflows/library_rust_tests.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
fail-fast: false
21
matrix:
22
- library: [DynamoDbEncryption, TestVectors]
+ library: [DynamoDbEncryption] # , TestVectors]
23
# removed windows-latest because somehow it can't build aws-lc in CI
24
os: [ubuntu-latest, macos-13]
25
runs-on: ${{ matrix.os }}
0 commit comments