Skip to content

Commit 77700ca

Browse files
committed
feat(integration): build integration test with ldflags
Signed-off-by: Lorenzo Fontana <[email protected]>
1 parent b2cdc3b commit 77700ca

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
@@ -57,7 +57,7 @@ test:
5757

5858
.PHONY: integration
5959
integration:
60-
TEST_KUBECTLTRACE_BINARY=$(shell pwd)/$(kubectl_trace) $(GO) test -v ./integration/...
60+
TEST_KUBECTLTRACE_BINARY=$(shell pwd)/$(kubectl_trace) $(GO) test ${LDFLAGS} -v ./integration/...
6161

6262
.PHONY: bpftraceimage/build
6363
bpftraceimage/build:

0 commit comments

Comments
 (0)