Skip to content

Commit

Permalink
fix(deisctl): hook up unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed Dec 18, 2014
1 parent de24985 commit fbc6b39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deisctl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ test-style:
go vet ./...
-golint ./...

test: test-style
test-unit:
godep go test -v -cover ./...

test: test-style test-unit

0 comments on commit fbc6b39

Please sign in to comment.