Skip to content

Commit ec4fccf

Browse files
committed
ci: test building examples
Signed-off-by: Chris Goller <[email protected]>
1 parent 600e80f commit ec4fccf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,7 @@ jobs:
5252
go-version: "1.24"
5353
check-latest: true
5454
cache: true
55-
- run: go build -o bin/example ./examples/build
55+
- name: Build examples
56+
run: |
57+
go build -o bin/llb ./examples/low-level-build-ops
58+
go build -o bin/simple ./examples/simple

0 commit comments

Comments
 (0)