summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2021-09-17 00:15:51 +0800
committerxuri <xuri.me@gmail.com>2021-09-17 00:15:51 +0800
commit2add938798cdd1456616869298319528b0c76913 (patch)
tree6df02447bf25779e5bd6099ade16438568c9640e /.github/workflows
parent1ba3690764e90aa6f7bcb3cb1e095475d40e3d91 (diff)
- new formula functions: DATEVALUE, ref #65
- fix ineffectual variable assignments - timeout in go test
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/go.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 320e3da..5f674c3 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -28,7 +28,7 @@ jobs:
run: go build -v .
- name: Test
- run: env GO111MODULE=on go test -v -race ./... -coverprofile=coverage.txt -covermode=atomic
+ run: env GO111MODULE=on go test -v -timeout 30m -race ./... -coverprofile=coverage.txt -covermode=atomic
- name: Codecov
uses: codecov/codecov-action@v1