binary size checking hooks

This commit is contained in:
Lynn
2020-02-28 23:19:43 -08:00
parent af5ec51a36
commit 863b4a58fe
2 changed files with 14 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ jobs:
run: |
go run internal/build/build.go vet
go run internal/build/build.go test
go run internal/build/build.go check-binary-size
- name: Upload coverage to Codecov
if: success() && matrix.go == 1.13 && matrix.os == 'ubuntu-latest'