Skip to content

Commit 901b22e

Browse files
committed
.travis.yml: enable go testing of ./commands/...
1 parent fba6df7 commit 901b22e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ install:
2525

2626
script:
2727
- make install
28+
- go test ./commands/...
2829
- go test ./pkg/...
2930
- go test ./test/e2e/...
3031
- cd test/test-framework

0 commit comments

Comments
 (0)