Skip to content

Commit

Permalink
run tests as part of build step
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhoglund committed Feb 10, 2018
1 parent 21c54ae commit a8da259
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pipeline:
commands:
- go get -u github.com/golang/dep/cmd/dep
- dep ensure
- go test ./...
- sh .drone.sh

publish:
Expand Down

0 comments on commit a8da259

Please sign in to comment.