Skip to content

Commit 04669ad

Browse files
committed
output gofmt error
1 parent 8499002 commit 04669ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
- name: Build Binary
3434
run: make bin
3535

36-
- name: Run Go Tests
37-
run: make test
38-
3936
- name: Check format
4037
run: |
4138
make gofmt
@@ -44,3 +41,6 @@ jobs:
4441
echo "not well formatted sources are found : $(git status -s)"
4542
exit 1
4643
fi
44+
45+
- name: Run Go Tests
46+
run: make test

0 commit comments

Comments
 (0)