Skip to content

Commit

Permalink
Fix make checks target to not be triggerd by a build
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Hollensbe <github@hollensbe.org>
  • Loading branch information
Erik Hollensbe committed Oct 30, 2019
1 parent f07b5b6 commit a0c9122
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
all: checks
all:
GO111MODULE=on go install -v ./...

checks:
Expand Down
3 changes: 0 additions & 3 deletions task.yml
Expand Up @@ -9,6 +9,3 @@ runs:
build:
command: [ "make" ]
image: "golang:1.13"
# staticcheck:
# command: [ "make", "staticcheck" ]
# image: "golang:1.12.6"

0 comments on commit a0c9122

Please sign in to comment.