File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 83
83
- uses : actions/checkout@v3
84
84
with :
85
85
fetch-depth : 1
86
+ - name : Test making darwin artifacts
87
+ run : make artifacts-darwin
86
88
- name : Unit tests
87
89
run : go test -v ./...
88
90
- name : Make
@@ -184,20 +186,6 @@ jobs:
184
186
max_attempts : 3
185
187
command : ./hack/test-upgrade.sh ${{ matrix.oldver }} ${{ github.sha }}
186
188
187
- artifacts-darwin :
188
- name : Artifacts Darwin
189
- runs-on : macos-11
190
- timeout-minutes : 20
191
- steps :
192
- - uses : actions/setup-go@v3
193
- with :
194
- go-version : 1.19.x
195
- - uses : actions/checkout@v3
196
- with :
197
- fetch-depth : 1
198
- - name : Make darwin artifacts
199
- run : make artifacts-darwin
200
-
201
189
artifacts-linux :
202
190
name : Artifacts Linux
203
191
runs-on : ubuntu-20.04
You can’t perform that action at this time.
0 commit comments