chore(ci): add mocks check

- Check for missing `//go:generate` comments
- Check for outdated mocks
This commit is contained in:
Quentin McGaw
2022-07-04 00:39:01 +00:00
parent dbb71bd695
commit a4c80b3045
2 changed files with 20 additions and 1 deletions

View File

@@ -49,6 +49,9 @@ jobs:
- name: Linting
run: docker build --target lint .
- name: Mocks check
run: docker build --target mocks .
- name: Build test image
run: docker build --target test -t test-container .