We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ce809 commit b7a91c9Copy full SHA for b7a91c9
.github/workflows/library_dafny_verification.yml
@@ -28,6 +28,7 @@ jobs:
28
# Don't run the nightly build on forks
29
if: github.event_name != 'schedule' || github.repository_owner == 'aws'
30
strategy:
31
+ fail-fast: false
32
matrix:
33
# Break up verification between namespaces over multiple
34
# actions to take advantage of parallelization
@@ -82,7 +83,7 @@ jobs:
82
83
uses: ./.github/actions/polymorph_codegen
84
with:
85
dafny: ${{ env.DAFNY_VERSION }}
- library: ${{ matrix.library }}
86
+ library: DynamoDbEncryption
87
diff-generated-code: false
88
89
- name: Verify ${{ matrix.library }} Dafny code
0 commit comments