Skip to content

Commit 082fee9

Browse files
author
Kris Kwiatkowski
committed
[ci] Checks if code is generated correctly
1 parent fe06cbc commit 082fee9

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
@@ -51,6 +51,10 @@ version: 2.1
5151
name: "Linting"
5252
command:
5353
TOOLS_DIR=$(mktemp -d) make bootstrap build lint
54+
name: "Checks if code is generated correctly"
55+
command:
56+
make generate
57+
make test
5458

5559
jobs:
5660
amd64:
@@ -87,6 +91,7 @@ workflows:
8791
- amd64
8892
- arm64
8993
- cover
94+
- generate
9095
- golang_1_12
9196
- maintenance
9297

0 commit comments

Comments
 (0)