Skip to content

Commit

Permalink
Merge pull request #29 from 90poe/buildissue
Browse files Browse the repository at this point in the history
chore: Added install-deps to release build
  • Loading branch information
richardcase authored Aug 22, 2019
2 parents e5ee019 + a79d92c commit 60d7c2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- image: circleci/golang:1.12
steps:
- checkout
- run: make install-deps
- run: make test
- run: make lint
- run: curl -sL https://git.io/goreleaser | bash
Expand Down

0 comments on commit 60d7c2e

Please sign in to comment.