ci: remove unneeded tools
This commit is contained in:
parent
d690296120
commit
5185b027dc
|
@ -37,14 +37,9 @@ jobs:
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: "^1.17"
|
go-version: "^1.17"
|
||||||
- name: Get dependencies
|
|
||||||
run: |
|
|
||||||
go install github.com/axw/gocov/gocov
|
|
||||||
go install github.com/AlekSi/gocov-xml
|
|
||||||
go install github.com/jstemmer/go-junit-report
|
|
||||||
- name: Go unittests
|
- name: Go unittests
|
||||||
run: |
|
run: |
|
||||||
go test -timeout 0 -v -race -coverprofile=coverage.out -covermode=atomic -cover ./... | go-junit-report > junit.xml
|
go test -timeout 0 -v -race -coverprofile=coverage.out -covermode=atomic -cover ./...
|
||||||
ci-outpost-mark:
|
ci-outpost-mark:
|
||||||
needs:
|
needs:
|
||||||
- lint-golint
|
- lint-golint
|
||||||
|
|
Reference in New Issue