Use correct env var for global flags
This commit is contained in:
parent
7d9264aea1
commit
a425337371
4
.github/workflows/cli.yml
vendored
4
.github/workflows/cli.yml
vendored
@ -32,12 +32,12 @@ jobs:
|
||||
- run: make vet
|
||||
- run: make test
|
||||
env:
|
||||
FLAGS: -tags urfave_cli_no_docs
|
||||
GFLAGS: -tags urfave_cli_no_docs
|
||||
- run: make test
|
||||
- run: make -C cmd/urfave-cli-genflags
|
||||
- run: make check-binary-size
|
||||
env:
|
||||
FLAGS: -tags urfave_cli_no_docs
|
||||
GFLAGS: -tags urfave_cli_no_docs
|
||||
- run: make check-binary-size
|
||||
- run: make yamlfmt
|
||||
- run: make diffcheck
|
||||
|
Loading…
Reference in New Issue
Block a user