Skip to content

Commit

Permalink
Use correct env var for global flags
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballhat committed Sep 11, 2022
1 parent 7d9264a commit a425337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cli.yml
Expand Up @@ -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
Expand Down

0 comments on commit a425337

Please sign in to comment.