We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12dc0b6 commit e8de2a5Copy full SHA for e8de2a5
Makefile
@@ -16,7 +16,7 @@ vet:
16
go vet ./...
17
18
test-integration:
19
- go test -integration -v ./...
+ cd tests && go test -integration -v ./...
20
21
bin/licensei: bin/licensei-${LICENSEI_VERSION}
22
@ln -sf licensei-${LICENSEI_VERSION} bin/licensei
0 commit comments