Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a14efdd

Browse files
committedNov 20, 2024··
m
1 parent 825b69d commit a14efdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/library_rust_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
library: [DynamoDbEncryption, TestVectors]
22+
library: [DynamoDbEncryption] # , TestVectors]
2323
# removed windows-latest because somehow it can't build aws-lc in CI
2424
os: [ubuntu-latest, macos-13]
2525
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)
Please sign in to comment.