circle-ci: run `make bin` to make sure all of our binaries can build
This commit is contained in:
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…
Reference in New Issue