File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -108,12 +108,6 @@ jobs:
108
108
- name : Install Smithy-Dafny codegen dependencies
109
109
uses : ./.github/actions/install_smithy_dafny_codegen_dependencies
110
110
111
- - name : Regenerate code using smithy-dafny
112
- shell : bash
113
- working-directory : ./${{ matrix.library }}
114
- run : |
115
- make polymorph_go
116
-
117
111
- name : Build ${{ matrix.library }} implementation
118
112
shell : bash
119
113
working-directory : ./${{ matrix.library }}
@@ -122,6 +116,12 @@ jobs:
122
116
CORES=$(node -e 'console.log(os.cpus().length)')
123
117
make transpile_go CORES=$CORES
124
118
119
+ - name : Regenerate code using smithy-dafny
120
+ shell : bash
121
+ working-directory : ./${{ matrix.library }}
122
+ run : |
123
+ make polymorph_go
124
+
125
125
- name : Test ${{ matrix.library }}
126
126
working-directory : ./${{ matrix.library }}
127
127
run : |
You can’t perform that action at this time.
0 commit comments