chore(ci): add mocks check
- Check for missing `//go:generate` comments - Check for outdated mocks
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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 .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user