fix: remove debug info
This commit is contained in:
parent
0826a3d14a
commit
79446e7826
2
Makefile
2
Makefile
|
@ -9,7 +9,6 @@ FLAGS := "-s -w -X main.Version=$(VERSION)"
|
||||||
all: build
|
all: build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
echo 'make build'
|
|
||||||
$(foreach APP,$(APPS), go build -ldflags=$(FLAGS) -o $(BUILD_DIR)/$(APP) ./cmd/$(APP);)
|
$(foreach APP,$(APPS), go build -ldflags=$(FLAGS) -o $(BUILD_DIR)/$(APP) ./cmd/$(APP);)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
@ -24,7 +23,6 @@ prepare-test:
|
||||||
git submodule update --init --remote
|
git submodule update --init --remote
|
||||||
|
|
||||||
test:
|
test:
|
||||||
echo 'make test'
|
|
||||||
./scripts/prepare_test_repos.sh $(TMP_DIR)
|
./scripts/prepare_test_repos.sh $(TMP_DIR)
|
||||||
go test -coverprofile cover.out -v ./...
|
go test -coverprofile cover.out -v ./...
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user