Browse Source

Fix test in makefile

pull/1782/head
Zaki Manian 7 years ago
parent
commit
3570c2eb9e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@ -51,7 +51,7 @@ get_vendor_deps:
### Testing
test:
go test -p 1 $(go list ./... | grep -v vendor)
go test -p 1 $(shell go list ./... | grep -v vendor)
########################################
### Formatting, linting, and vetting


Loading…
Cancel
Save