Skip to content

Commit

Permalink
Fix for script
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 f2ecee3 commit baa85c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
- name: Run tests
run: |
go version
make -w CITEST=1 test
make -w $CITEST test
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

ifeq ($(CITEST),1)
ifeq ($(CITEST),true)
COPYRIGHT_FLAGS += --no-year-check
endif

Expand Down

0 comments on commit baa85c0

Please sign in to comment.