Skip to content

Commit e8de2a5

Browse files
committed
build: update Makefile to properly execute tests
Signed-off-by: Mark Sagi-Kazar <[email protected]>
1 parent 12dc0b6 commit e8de2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ vet:
1616
go vet ./...
1717

1818
test-integration:
19-
go test -integration -v ./...
19+
cd tests && go test -integration -v ./...
2020

2121
bin/licensei: bin/licensei-${LICENSEI_VERSION}
2222
@ln -sf licensei-${LICENSEI_VERSION} bin/licensei

0 commit comments

Comments
 (0)