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 cd02076 commit 9b7d9dbCopy full SHA for 9b7d9db
Makefile
@@ -76,15 +76,9 @@ buf/lint: $(BIN)/buf
76
cd api/ && $(BIN)/buf lint || true # TODO: Fix linting problems and remove the always true
77
cd pkg && $(BIN)/buf lint || true # TODO: Fix linting problems and remove the always true
78
79
-EBPF_TESTS='^TestEBPF.*'
80
-
81
.PHONY: go/test
82
go/test: $(BIN)/gotestsum
83
-ifeq ($(GOOS),darwin)
84
$(BIN)/gotestsum --rerun-fails=2 --packages './... ./lidia/...' -- $(GO_TEST_FLAGS)
85
-else
86
- $(BIN)/gotestsum --rerun-fails=2 --packages './... ./lidia/...' -- $(GO_TEST_FLAGS) -skip $(EBPF_TESTS)
87
-endif
88
89
# Run test on examples
90
# This can also be used to run it on a subset of tests
0 commit comments