Move genflags tool to cmd/ and pin to previous release
to alleviate problems caused by the circular dependency of using the same code as a library that is potentially being generated to adhere to a different API.
This commit is contained in:
3
.github/workflows/cli.yml
vendored
3
.github/workflows/cli.yml
vendored
@@ -46,6 +46,9 @@ jobs:
|
||||
- name: test
|
||||
run: go run internal/build/build.go test
|
||||
|
||||
- name: test urfave-cli-genflags
|
||||
run: make -C cmd/urfave-cli-genflags
|
||||
|
||||
- name: check-binary-size
|
||||
run: go run internal/build/build.go check-binary-size
|
||||
|
||||
|
Reference in New Issue
Block a user