Merge pull request #7587 from hashicorp/circle_make_bin

circle-ci: run `make bin` to make sure all binaries build
This commit is contained in:
Adrien Delorme 2019-04-30 12:23:20 +02:00 committed by GitHub
commit a2b0babd23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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