From b3b9431761c2fa0e229c5dc477a42b57ad11afd7 Mon Sep 17 00:00:00 2001 From: Andrei Pavlov Date: Mon, 17 Jun 2024 20:12:42 +0700 Subject: [PATCH] Verify all generated pieces are up-to-date Signed-off-by: Andrei Pavlov --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6ccee9526..39c64906d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,8 +44,8 @@ jobs: uses: golangci/golangci-lint-action@v6 with: args: --timeout 10m0s - - name: Check hmc chart - run: make hmc-chart-generate && git diff --exit-code + - name: Verify all generated pieces are up-to-date + run: make generate-all && git diff --exit-code - name: Unit tests run: | make test