Split & move codegen tasks to codegen/Makefile

This commit is contained in:
Denis Arh
2022-03-18 08:41:07 +01:00
parent 1931534c52
commit 9b5586719e
21 changed files with 574 additions and 483 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: ${{ runner.os }}-go-
- run: make test.codegen test.all
- run: make test.all
snapshot-docker:
runs-on: ubuntu-latest