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