Merge pull request #2893 from lucas-clemente/clean-up-workflow

clean up the GitHub Action unit test workflow
This commit is contained in:
Marten Seemann
2021-03-10 12:32:37 +08:00
committed by GitHub

View File

@@ -17,13 +17,8 @@ jobs:
stable: '!contains(${{ matrix.go }}, "beta") && !contains(${{ matrix.go }}, "rc")'
go-version: ${{ matrix.go }}
- run: go version
- name: Install test tools
run: |
go get golang.org/x/tools/cmd/cover
go get github.com/onsi/ginkgo/ginkgo
go get github.com/onsi/gomega
- name: Install dependencies
run: go build
- name: Install Ginkgo
run: go install github.com/onsi/ginkgo/ginkgo
- name: Run tests
env:
TIMESCALE_FACTOR: 10