Skip to content

Commit

Permalink
ci: enable gopls verbose logging for CI runs (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
myitcv committed Jan 28, 2020
1 parent ab2220c commit c93f0cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _scripts/dockerRun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,12 @@ go install golang.org/x/tools/gopls
# remove all generated files to ensure we are never stale
rm -f $(git ls-files -- ':!:cmd/govim/internal/golang_org_x_tools' '**/gen_*.*' 'gen_*.*') .travis.yml

# run the install scripts
# Run the install scripts
export GOVIM_RUN_INSTALL_TESTSCRIPTS=true

# Turn on gopls verbose logging by default
export GOVIM_GOPLS_VERBOSE_OUTPUT=true

go generate $(go list ./... | grep -v 'govim/internal/golang_org_x_tools')
go test $(go list ./... | grep -v 'govim/internal/golang_org_x_tools')

Expand Down

0 comments on commit c93f0cd

Please sign in to comment.