Skip to content

Commit 8344625

Browse files
Polymorph code
1 parent ff42580 commit 8344625

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci_test_go.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@ jobs:
7474
run: |
7575
go install golang.org/x/tools/cmd/goimports@latest
7676
77+
- name: Regenerate code using smithy-dafny if necessary
78+
if: ${{ inputs.regenerate-code }}
79+
uses: ./.github/actions/polymorph_codegen
80+
with:
81+
dafny: ${{ env.DAFNY_VERSION }}
82+
library: ${{ matrix.library }}
83+
diff-generated-code: false
84+
update-and-regenerate-mpl: true
85+
7786
- name: Build ${{ matrix.library }} implementation
7887
shell: bash
7988
working-directory: ./${{ matrix.library }}

0 commit comments

Comments
 (0)