Skip to content

Commit

Permalink
Exclude dep check on windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson committed Mar 5, 2019
1 parent 6088c7f commit 3d206d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }}
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ vet:

.PHONY: check
check: fmtcheck vet
dep check

.PHONY: test-all
test-all: fmtcheck vet
Expand Down

0 comments on commit 3d206d2

Please sign in to comment.