diff --git a/mk/test.mk b/mk/test.mk index d97ce573..cc6279cd 100644 --- a/mk/test.mk +++ b/mk/test.mk @@ -50,9 +50,9 @@ check-mockgen: realtest: _mocks ; go test $(TEST_ARGS) $(GOPKG) .PHONY: realtest -ifeq ($(CI),true) - COPYRIGHT_FLAGS += --no-year-check -endif +#ifeq ($(CI),true) +COPYRIGHT_FLAGS += --no-year-check +#endif checkcopyrights: ; env; python3 $(THIS_DIR)../scripts/check-copyright $(COPYRIGHT_FLAGS) . .PHONY: checkcopyrights