Skip to content

Commit 554005c

Browse files
committed
Build examples and enable on CI
Signed-off-by: apostasie <[email protected]>
1 parent 62477fb commit 554005c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/job-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
local goarm="${3:-}"
7171
local result
7272
73+
GOOS="$goos" GOARCH="$goarch" GOARM="$goarm" go build ./examples/...
74+
7375
github::timer::begin
7476
7577
GOOS="$goos" GOARCH="$goarch" GOARM="$goarm" make binaries \

0 commit comments

Comments
 (0)