Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
Signed-off-by: Yogesh Deshpande <[email protected]>
  • Loading branch information
yogeshbdeshpande committed Mar 14, 2024
1 parent 25f8159 commit 1df0ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ check-mockgen:
realtest: _mocks ; go test $(TEST_ARGS) $(GOPKG)
.PHONY: realtest

ifdef (${{env.CITEST}},on)
ifeq (${{env.CITEST}},on)
COPYRIGHT_FLAGS += --no-year-check
endif

Expand Down

0 comments on commit 1df0ea8

Please sign in to comment.