Exclude dep check on windows CI

This commit is contained in:
Daniel Nelson 2019-03-05 10:42:25 -08:00
parent 6088c7f969
commit 3d206d2897
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
2 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,7 @@ jobs:
- restore_cache:
key: vendor-{{ checksum "Gopkg.lock" }}
- run: 'make deps'
- run: 'dep check'
- save_cache:
name: 'vendored deps'
key: vendor-{{ checksum "Gopkg.lock" }}

View File

@ -87,7 +87,6 @@ vet:
.PHONY: check
check: fmtcheck vet
dep check
.PHONY: test-all
test-all: fmtcheck vet