We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec3a931 commit 348bac5Copy full SHA for 348bac5
1 file changed
.github/workflows/test.yaml
@@ -43,6 +43,24 @@ jobs:
43
- name: Build renku-dev-utils
44
run: make rdu
45
46
+ test-generate:
47
+ runs-on: ubuntu-24.04
48
+ steps:
49
+ - name: Checkout
50
+ uses: actions/checkout@v6
51
+
52
+ - name: Install Go
53
+ uses: actions/setup-go@v6
54
+ with:
55
+ go-version: '1.26'
56
+ check-latest: true
57
58
+ - name: Test code generation
59
+ run: |
60
+ make cleanup-generate
61
+ make generate
62
+ make rdu
63
64
lint:
65
runs-on: ubuntu-24.04
66
steps:
0 commit comments