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

This commit is contained in:
Adrien Delorme 2019-04-30 12:06:34 +02:00
parent b68aa40a69
commit ae46fcec01
1 changed files with 1 additions and 0 deletions

View File

@ -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