Skip to content

Commit 6e2bf7e

Browse files
committed
need to run test after lint to fix linter failure
golangci/golangci-lint-action#23
1 parent 24af2d6 commit 6e2bf7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull_request.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
with:
1919
go-version: 1.14.x
2020

21-
- name: Go Unit Test
22-
run: go test ./pkg/...
23-
2421
- name: Lint Go code
2522
uses: golangci/golangci-lint-action@v1
2623
with:
2724
version: v1.27
2825
args: --timeout=10m
2926

27+
- name: Go Unit Test
28+
run: go test ./pkg/...
29+
3030
build:
3131
name: Build
3232
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)