Skip to content

Commit

Permalink
run generate with conformance workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pkwarren committed Oct 10, 2023
1 parent 48ab008 commit e0dedbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/conformance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- name: Generate
run: make checkgenerate
- name: Test conformance
run: make conformance
run: make conformance

0 comments on commit e0dedbe

Please sign in to comment.