Skip to content

Commit

Permalink
makefile improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-darkly committed Mar 2, 2020
1 parent 24c7e66 commit bdf9ef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
condition: <<parameters.run-lint>>
steps:
- run: make lint
- run: go get -t ./...
- run: go build ./...

- run:
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ build:
clean:
go clean

test:
test: build
go get -t ./...
go test -race -v ./...

$(LINTER_VERSION_FILE):
Expand Down

0 comments on commit bdf9ef7

Please sign in to comment.