Skip to content

Commit 7c88547

Browse files
experiment
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
1 parent 70248a7 commit 7c88547

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: Go CI
22

33
on:
44
push:
5-
branches:
6-
- main
7-
- release-*
8-
- v*
95
paths:
106
- glide-core/src/**
117
- glide-core/redis-rs/redis/src/**

go/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ install-dev-tools:
5454
install-tools: install-build-tools install-dev-tools
5555

5656
build: build-glide-client generate-protobuf
57-
go build ./...
58-
cd benchmarks && go build -ldflags="-w" ./...
57+
go build -x ./...
58+
cd benchmarks && go build -x -ldflags="-w" ./...
5959

6060
build-debug: build-glide-client-debug generate-protobuf
6161
go build -gcflags "-l -N" ./...

0 commit comments

Comments
 (0)