We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff42580 commit 8344625Copy full SHA for 8344625
.github/workflows/ci_test_go.yml
@@ -74,6 +74,15 @@ jobs:
74
run: |
75
go install golang.org/x/tools/cmd/goimports@latest
76
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
+
86
- name: Build ${{ matrix.library }} implementation
87
shell: bash
88
working-directory: ./${{ matrix.library }}
0 commit comments