From b2915345f916f929bd5222fa1d7e988ed3ef84e1 Mon Sep 17 00:00:00 2001 From: yhm1620 <37898156+yhm1620@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:23:38 +0900 Subject: [PATCH] Update Makefile (go test) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1a988ca..188e7f1 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ mod-lint: mod-update # @HELP ensure that the required dependencies are in place test: # @HELP run the unit tests and source code validation producing a golang style report test: mod-lint build linters license - go test -race ./... #go test -race github.com/onosproject/${TARGET}/... + go test -race github.com/onosproject/${TARGET}/... #jenkins-test: # @HELP run the unit tests and source code validation producing a junit style report for Jenkins #jenkins-test: mod-lint build linters license