Add cue tooling & codegen to makefile

This commit is contained in:
Denis Arh
2022-01-26 16:27:36 +01:00
parent 52209c476b
commit 1284371bb3
52 changed files with 250 additions and 563 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ jobs:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: ${{ runner.os }}-go-
- run: make test.all
- run: make test.codegen
# - run: make test.all test.codegen
snapshot-docker:
runs-on: ubuntu-latest