From a425337371c9c03fa4d1c944dcf2ce8ddb2b7171 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sun, 11 Sep 2022 18:34:13 -0400 Subject: [PATCH] Use correct env var for global flags --- .github/workflows/cli.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 53dd2b0133..5caeafe5ac 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -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