Skip to content

Commit 5cd7147

Browse files
make cross in build job
1 parent b0ca95a commit 5cd7147

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
- run: go env
1818
- run: make build
1919
- run: make build-test-tools
20+
- run: |
21+
make tools
22+
go mod vendor
23+
make cross
2024
- save_cache:
2125
key: go-mod-cache-v1-{{ checksum "./go.sum" }}
2226
paths:

0 commit comments

Comments
 (0)