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 1018eba

Browse files
committedJul 9, 2024·
typo
1 parent 75b64f1 commit 1018eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/library_dafny_verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
# Break up verification between namespaces over multiple
2424
# actions to take advantage of parallelization
25-
library: [DDBEncryption, TestVectors]
25+
library: [DynamoDbEncryption, TestVectors]
2626
os: [macos-12]
2727
runs-on: ${{ matrix.os }}
2828
defaults:

0 commit comments

Comments
 (0)
Please sign in to comment.