Skip to content

Commit

Permalink
Add smoketest target as default
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Nov 23, 2019
1 parent 97987b6 commit 616c63a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.PHONY: nothing
nothing:
.PHONY: smoketest
smoketest:
go run . --version
go test ./...
./bin/golangci-lint run

all: completions generate

Expand Down

0 comments on commit 616c63a

Please sign in to comment.