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