Skip to content

Commit 52f2480

Browse files
committed
GitHub: add check for compiling CLI binaries
1 parent 90f08a6 commit 52f2480

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ jobs:
117117

118118
- name: build backend binary
119119
run: make build
120+
121+
- name: build CLI binaries
122+
run: make go-install-cli
120123

121124
proto-compile-check:
122125
name: RPC proto compilation check

0 commit comments

Comments
 (0)