Ensure "generate" step runs in CI prior to diff check

This commit is contained in:
2022-09-29 11:31:40 -04:00
parent de83493182
commit 38abd8db41

View File

@@ -40,6 +40,7 @@ jobs:
GFLAGS: -tags urfave_cli_no_docs
- run: make check-binary-size
- run: make yamlfmt
- run: make generate
- run: make diffcheck
- if: matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
run: make v2diff