Skip to content

Commit 026a423

Browse files
committed
Removing lint call on make test
Removing lint call on `make test` Signed-off-by: liranmauda <[email protected]>
1 parent 84fd086 commit 026a423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ bundle-image: gen-odf-package
167167
#- Testing -#
168168
#-----------#
169169

170-
test: lint test-go
170+
test: test-go
171171
@echo "✅ test"
172172
.PHONY: test
173173

0 commit comments

Comments
 (0)