Skip to content
Snippets Groups Projects
Commit 73b09d01 authored by Shengjing Zhu's avatar Shengjing Zhu
Browse files

Use UTC timezone for tests (Closes: #1034352)

parent 75dce61c
No related branches found
No related tags found
No related merge requests found
Pipeline #519457 passed
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
export DH_GOLANG_EXCLUDES := cmd example tracing/opencensus export DH_GOLANG_EXCLUDES := cmd example tracing/opencensus
export DH_GOLANG_INSTALL_EXTRA := $(shell find . -name go.mod) export DH_GOLANG_INSTALL_EXTRA := $(shell find . -name go.mod)
export TZ := UTC
%: %:
dh $@ --buildsystem=golang dh $@ --buildsystem=golang
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment