Skip to content

Commit

Permalink
More attempt to fix
Browse files Browse the repository at this point in the history
Signed-off-by: Yogesh Deshpande <[email protected]>
  • Loading branch information
yogeshbdeshpande committed Mar 15, 2024
1 parent 059a475 commit 7c3b166
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
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=$(CITEST) test
make -w test CITEST=$(CITEST)
1 change: 1 addition & 0 deletions mk/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ SHELL := /bin/bash

# Pass this to sub-make
export GO111MODULE := on
CITEST=-g
export CITEST

# Used to set the ServerVersion reported by services
Expand Down
1 change: 1 addition & 0 deletions mk/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

TEST_ARGS ?= -v -cover -race
MOCKGEN := $(shell go env GOPATH)/bin/mockgen
CITEST?=false

define MOCK_template
mock_$(1): $(1)
Expand Down

0 comments on commit 7c3b166

Please sign in to comment.