Skip to content

Commit 10e141d

Browse files
committed
fixing ci
1 parent fd57a2f commit 10e141d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/go-ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
path: acp/bin
3434
key: ${{ runner.os }}-acp-bin-${{ hashFiles('acp/Makefile') }}
3535

36+
- name: Generate mocks
37+
working-directory: acp
38+
run: make mocks
39+
3640
- name: Install golangci-lint
3741
working-directory: acp
3842
run: make golangci-lint
@@ -71,6 +75,10 @@ jobs:
7175
path: acp/bin
7276
key: ${{ runner.os }}-acp-bin-${{ hashFiles('acp/Makefile') }}
7377

78+
- name: Generate mocks
79+
working-directory: acp
80+
run: make mocks
81+
7482
- name: Run tests
7583
working-directory: acp
7684
run: make test
@@ -102,6 +110,10 @@ jobs:
102110
path: acp/bin
103111
key: ${{ runner.os }}-acp-bin-${{ hashFiles('acp/Makefile') }}
104112

113+
- name: Generate mocks
114+
working-directory: acp
115+
run: make mocks
116+
105117
- name: Build
106118
working-directory: acp
107119
run: make build

0 commit comments

Comments
 (0)