fix: bug with reading config file by name

This commit is contained in:
Vikram Rangnekar
2020-05-10 11:26:48 -04:00
parent 533c767e1d
commit 3bf9f02a9f
3 changed files with 26 additions and 4 deletions

View File

@ -22,7 +22,7 @@ BUILD_FLAGS ?= -ldflags '-s -w -X ${lastCommitSHA}=${BUILD} -X "${lastCommitTime
.PHONY: all build gen clean test run lint changlog release version help $(PLATFORMS)
test:
@go test -v ./...
@go test -v -short -race ./...
BIN_DIR := $(GOPATH)/bin
GORICE := $(BIN_DIR)/rice