Skip to content

Commit fbc6b39

Browse files
author
Matthew Fisher
committed
fix(deisctl): hook up unit tests
1 parent de24985 commit fbc6b39

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

deisctl/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,7 @@ test-style:
3636
go vet ./...
3737
-golint ./...
3838

39-
test: test-style
39+
test-unit:
4040
godep go test -v -cover ./...
41+
42+
test: test-style test-unit

0 commit comments

Comments
 (0)