clean up the GitHub Action unit test workflow

This commit is contained in:
Marten Seemann
2020-11-21 10:06:05 +07:00
parent 20018c836b
commit af284030e9

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