ci readability
This commit is contained in:
parent
d6dfe3eb9b
commit
45f2a862ff
13
.github/workflows/cli.yml
vendored
13
.github/workflows/cli.yml
vendored
@ -42,11 +42,14 @@ jobs:
|
|||||||
if: matrix.go == 1.13 && matrix.os == 'ubuntu-latest'
|
if: matrix.go == 1.13 && matrix.os == 'ubuntu-latest'
|
||||||
run: test -z $(gofmt -l .)
|
run: test -z $(gofmt -l .)
|
||||||
|
|
||||||
- name: Run Tests
|
- name: vet
|
||||||
run: |
|
run: go run internal/build/build.go vet
|
||||||
go run internal/build/build.go vet
|
|
||||||
go run internal/build/build.go test
|
- name: test
|
||||||
go run internal/build/build.go check-binary-size
|
run: go run internal/build/build.go test
|
||||||
|
|
||||||
|
- name: check-binary-size
|
||||||
|
run: go run internal/build/build.go check-binary-size
|
||||||
|
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
if: success() && matrix.go == 1.13 && matrix.os == 'ubuntu-latest'
|
if: success() && matrix.go == 1.13 && matrix.os == 'ubuntu-latest'
|
||||||
|
Loading…
Reference in New Issue
Block a user