Backing out build tag for suggestions per recommendation
from @kolyshkin 🙇
This commit is contained in:
8
.github/workflows/cli.yml
vendored
8
.github/workflows/cli.yml
vendored
@@ -37,15 +37,9 @@ jobs:
|
||||
- name: vet
|
||||
run: go run internal/build/build.go vet
|
||||
|
||||
- name: test with urfave_cli_core tag
|
||||
run: go run internal/build/build.go -tags urfave_cli_core test
|
||||
|
||||
- name: test with urfave_cli_no_docs tag
|
||||
run: go run internal/build/build.go -tags urfave_cli_no_docs test
|
||||
|
||||
- name: test with urfave_cli_no_suggest tag
|
||||
run: go run internal/build/build.go -tags urfave_cli_no_suggest test
|
||||
|
||||
- name: test
|
||||
run: go run internal/build/build.go test
|
||||
|
||||
@@ -53,7 +47,7 @@ jobs:
|
||||
run: go run internal/build/build.go check-binary-size
|
||||
|
||||
- name: check-binary-size with tags (informational only)
|
||||
run: go run internal/build/build.go -tags urfave_cli_core check-binary-size
|
||||
run: go run internal/build/build.go -tags urfave_cli_no_docs check-binary-size
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
if: success() && matrix.go == '1.18.x' && matrix.os == 'ubuntu-latest'
|
||||
|
Reference in New Issue
Block a user