diff options
author | xuri <xuri.me@gmail.com> | 2021-09-17 00:15:51 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2021-09-17 00:15:51 +0800 |
commit | 2add938798cdd1456616869298319528b0c76913 (patch) | |
tree | 6df02447bf25779e5bd6099ade16438568c9640e /.github/workflows | |
parent | 1ba3690764e90aa6f7bcb3cb1e095475d40e3d91 (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.yml | 2 |
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 |