Skip to content

Commit 9363b56

Browse files
authored
Merge branch 'main' into ajewell/vectormsg
2 parents 431424d + b7a91c9 commit 9363b56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/library_dafny_verification.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
# Don't run the nightly build on forks
2929
if: github.event_name != 'schedule' || github.repository_owner == 'aws'
3030
strategy:
31+
fail-fast: false
3132
matrix:
3233
# Break up verification between namespaces over multiple
3334
# actions to take advantage of parallelization
@@ -82,7 +83,7 @@ jobs:
8283
uses: ./.github/actions/polymorph_codegen
8384
with:
8485
dafny: ${{ env.DAFNY_VERSION }}
85-
library: ${{ matrix.library }}
86+
library: DynamoDbEncryption
8687
diff-generated-code: false
8788

8889
- name: Verify ${{ matrix.library }} Dafny code

0 commit comments

Comments
 (0)