Skip to content

Commit c7cec80

Browse files
committedApr 8, 2021
enable tests on internal package
Signed-off-by: Anik Bhattacharjee <[email protected]>
1 parent 9ea0c33 commit c7cec80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ static: build
4242

4343
.PHONY: unit
4444
unit:
45-
$(GO) test -coverprofile=coverage.out $(SPECIFIC_UNIT_TEST) $(TAGS) $(TEST_RACE) -count=1 -v ./pkg/...
45+
$(GO) test -coverprofile=coverage.out $(SPECIFIC_UNIT_TEST) $(TAGS) $(TEST_RACE) -count=1 -v ./pkg/... ./internal/...
4646

4747
.PHONY: sanity-check
4848
sanity-check:

0 commit comments

Comments
 (0)
Please sign in to comment.