Skip to content

Commit d9fd63b

Browse files
committed
reordering of workflow
1 parent fe1c2d5 commit d9fd63b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
2020
with:
2121
go-version: ${{ matrix.go }}
22+
23+
- name: Build Go
24+
run: go build ./...
2225

2326
- name: Run golangci-lint
2427
uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5
@@ -34,6 +37,4 @@ jobs:
3437

3538
- name: Display coverage report
3639
run: go tool cover -func=coverage.out
37-
38-
- name: Build Go
39-
run: go build ./...
40+

0 commit comments

Comments
 (0)