Merge pull request #7587 from hashicorp/circle_make_bin

circle-ci: run `make bin` to make sure all binaries build
pull/7593/head
Adrien Delorme 7 years ago committed by GitHub
commit a2b0babd23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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