From d6c6cf6ec5d0453a01b80b15043f60e43af74741 Mon Sep 17 00:00:00 2001 From: Erik Varga Date: Fri, 12 Apr 2024 09:02:14 -0700 Subject: [PATCH] Test PR PiperOrigin-RevId: 624196022 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 12066646..4a417713 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ export PATH := $(PATH):$(shell go env GOPATH)/bin scalibr: protos - CGO_ENABLED=1 go build binary/scalibr.go + CGO_ENABLED=1 asdf test: protos CGO_ENABLED=1 go test ./...