Use correct env var for global flags

main
Dan Buch 2 years ago
parent d6c9f6a898
commit 9ed5a09fbb
Signed by: meatballhat
GPG Key ID: A12F782281063434

@ -35,12 +35,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…
Cancel
Save