Various template & def fixes

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