Skip to content

Commit 9574132

Browse files
author
Kris Kwiatkowski
committedJun 5, 2019
[ci] Checks if code is generated correctly
1 parent 225920a commit 9574132

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.circleci/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ version: 2.1
4646
name: "Maintenance task"
4747
command:
4848
make fmtcheck
49+
name: "Checks if code is generated correctly"
50+
command:
51+
make generate
52+
make test
4953

5054
jobs:
5155
amd64:
@@ -80,6 +84,7 @@ workflows:
8084
- amd64
8185
- arm64
8286
- cover
87+
- generate
8388
- golang_1_12
8489
- maintenance
8590

0 commit comments

Comments
 (0)
Failed to load comments.