File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ jobs:
445
445
if : env.GIT_DIFF
446
446
run : |
447
447
cd store
448
- cd streaming/abci/examples/file && go build . && cd ../../../..
448
+ ( cd streaming/abci/examples/file && go build .)
449
449
go test -ldflags "-r /usr/local/lib" -mod=readonly -timeout 30m -coverprofile=coverage.out -covermode=atomic -tags='norace ledger test_ledger_mock' ./...
450
450
451
451
test-log :
Original file line number Diff line number Diff line change @@ -236,6 +236,7 @@ ARGS += -tags "$(test_tags)"
236
236
SUB_MODULES = $(shell find . -type f -name 'go.mod' -print0 | xargs -0 -n1 dirname | sort | grep -v './tests/systemtests')
237
237
CURRENT_DIR = $(shell pwd)
238
238
run-tests :
239
+ @ (cd store/streaming/abci/examples/file && go build .)
239
240
ifneq (,$(shell which tparse 2>/dev/null) )
240
241
@echo "Starting unit tests"; \
241
242
finalec=0; \
You can’t perform that action at this time.
0 commit comments