Use correct env var for global flags

This commit is contained in:
Dan Buch 2022-09-11 18:34:13 -04:00
parent 7d9264aea1
commit a425337371
Signed by: meatballhat
GPG Key ID: A12F782281063434

View File

@ -32,12 +32,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