Skip to content

Commit

Permalink
Update Makefile (go test)
Browse files Browse the repository at this point in the history
  • Loading branch information
yhm1620 authored Jul 1, 2024
1 parent ce2b636 commit b291534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b291534

Please sign in to comment.