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 8ae839f

Browse files
authoredAug 21, 2024··
Merge branch 'main' into jocorell/fix-nightly
2 parents b46c6d8 + b7a91c9 commit 8ae839f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/library_dafny_verification.yml

Lines changed: 2 additions & 1 deletion
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)
Please sign in to comment.