You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ NPM_MIN_VERSION := 11
10
10
HOST_GOMODCACHE := $(shell go env GOMODCACHE)
11
11
HOST_GOCACHE := $(shell go env GOCACHE)
12
12
13
-
.PHONY: help check bootstrap build run rerun test test-smoke test-critical test-fuzz code-ql test-classification test-subagents-e2e install \
13
+
.PHONY: help check bootstrap build run rerun test vet race commit-check test-smoke test-critical test-fuzz code-ql test-classification test-subagents-e2e install \
0 commit comments