circle-ci: run `make bin` to make sure all of our binaries can build

pull/7587/head
Adrien Delorme 7 years ago
parent b68aa40a69
commit ae46fcec01

@ -17,6 +17,7 @@ jobs:
steps:
- checkout
- run: GO111MODULE=on go run . --help
- run: GO111MODULE=on make bin
- run: make check-vendor-vs-mod
workflows:
version: 2

Loading…
Cancel
Save