forked from quic-go/quic-go
clean up the GitHub Action unit test workflow
This commit is contained in:
9
.github/workflows/unit.yml
vendored
9
.github/workflows/unit.yml
vendored
@@ -17,13 +17,8 @@ jobs:
|
|||||||
stable: '!contains(${{ matrix.go }}, "beta") && !contains(${{ matrix.go }}, "rc")'
|
stable: '!contains(${{ matrix.go }}, "beta") && !contains(${{ matrix.go }}, "rc")'
|
||||||
go-version: ${{ matrix.go }}
|
go-version: ${{ matrix.go }}
|
||||||
- run: go version
|
- run: go version
|
||||||
- name: Install test tools
|
- name: Install Ginkgo
|
||||||
run: |
|
run: go install github.com/onsi/ginkgo/ginkgo
|
||||||
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: Run tests
|
- name: Run tests
|
||||||
env:
|
env:
|
||||||
TIMESCALE_FACTOR: 10
|
TIMESCALE_FACTOR: 10
|
||||||
|
|||||||
Reference in New Issue
Block a user