diff --git a/.github/workflows/conformance.yaml b/.github/workflows/conformance.yaml index c13de320..965f5648 100644 --- a/.github/workflows/conformance.yaml +++ b/.github/workflows/conformance.yaml @@ -24,5 +24,7 @@ jobs: distribution: 'temurin' java-version: '17' cache: 'gradle' + - name: Generate + run: make checkgenerate - name: Test conformance - run: make conformance \ No newline at end of file + run: make conformance