Skip to content

Commit

Permalink
br: fix CI timeout (#71)
Browse files Browse the repository at this point in the history
Issue Number: #57

Signed-off-by: pingyu <[email protected]>
  • Loading branch information
pingyu authored Mar 23, 2022
1 parent 2b13212 commit 4215402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ unit_test_in_verify_ci: tools/bin/gotestsum tools/bin/gocov tools/bin/gocov-xml
check: check-static

check-static: tools/bin/golangci-lint
GO111MODULE=on CGO_ENABLED=0 tools/bin/golangci-lint run -v $$($(BR_PACKAGE_DIRECTORIES)) --config ../.golangci.yml
GO111MODULE=on CGO_ENABLED=0 tools/bin/golangci-lint run -v $$($(BR_PACKAGE_DIRECTORIES)) --config ../.golangci.yml --timeout 5m

tools/bin/golangci-lint:
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b ./tools/bin v1.41.1
Expand Down

0 comments on commit 4215402

Please sign in to comment.