Skip to content

Commit fd4477a

Browse files
authored
Merge pull request #4356 from apostasie/2025-06-build-examples
[CI] Build examples
2 parents 62477fb + 554005c commit fd4477a

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)