Skip to content

Commit

Permalink
Re-try
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 dd73b0e commit bc592c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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 test ${{env.CITEST}}
make -w test
3 changes: 1 addition & 2 deletions mk/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ SHELL := /bin/bash

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

# Used to set the ServerVersion reported by services
VERSION_FROM_GIT := $(shell git describe --tags --exact-match 2>/dev/null || echo -n "commit-$(shell git rev-parse --revs-only --short HEAD)")
Expand Down
2 changes: 1 addition & 1 deletion mk/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ check-mockgen:
realtest: _mocks ; go test $(TEST_ARGS) $(GOPKG)
.PHONY: realtest

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

Expand Down

0 comments on commit bc592c5

Please sign in to comment.