Skip to content

Commit

Permalink
Always run fmt check in CI (go-gitea#2546)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethantkoenig authored and lunny committed Sep 21, 2017
1 parent 6718ea6 commit fa1cbc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pipeline:
- make generate
- make vet
- make lint
- make fmt-check
- make stylesheets-check
- make misspell-check
- make test-vendor
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ fmt-check:
fi;

.PHONY: test
test: fmt-check
test:
$(GO) test $(PACKAGES)

.PHONY: coverage
Expand Down

0 comments on commit fa1cbc2

Please sign in to comment.