This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch try_action
in repository https://gitbox.apache.org/repos/asf/iotdb-client-go.git


The following commit(s) were added to refs/heads/try_action by this push:
     new e3d1618  try github action
e3d1618 is described below

commit e3d1618c83bf2c88d06a47446a8d7d4c259bb0d4
Author: HTHou <[email protected]>
AuthorDate: Tue Jan 5 17:36:06 2021 +0800

    try github action
---
 .github/workflows/go.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index b965d97..1ccffa8 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -6,6 +6,9 @@ on:
   pull_request:
     branches: [ main ]
 
+env:
+  TZ: Asia/Shanghai
+
 jobs:
 
   build:
@@ -36,4 +39,4 @@ jobs:
       run: go build -v ./...
 
     - name: Test
-      run: go test -v ./client
+      run: go test -v ./...

Reply via email to