Add dep check to CI tests

This commit is contained in:
Daniel Nelson 2019-03-04 17:22:24 -08:00
parent 5108e82a5d
commit 6088c7f969
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 1 additions and 0 deletions

View File

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