We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd57a2f commit 10e141dCopy full SHA for 10e141d
1 file changed
.github/workflows/go-ci.yml
@@ -33,6 +33,10 @@ jobs:
33
path: acp/bin
34
key: ${{ runner.os }}-acp-bin-${{ hashFiles('acp/Makefile') }}
35
36
+ - name: Generate mocks
37
+ working-directory: acp
38
+ run: make mocks
39
+
40
- name: Install golangci-lint
41
working-directory: acp
42
run: make golangci-lint
@@ -71,6 +75,10 @@ jobs:
71
75
72
76
73
77
78
79
80
81
74
82
- name: Run tests
83
84
run: make test
@@ -102,6 +110,10 @@ jobs:
102
110
103
111
104
112
113
114
115
116
105
117
- name: Build
106
118
107
119
run: make build
0 commit comments