Skip to content

Commit 1528d81

Browse files
committed
Build/run examples on CI
1 parent 65f82cf commit 1528d81

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ jobs:
6969
with:
7070
command: test
7171

72+
- name: "Example: `basic`"
73+
working-directory: examples/basic
74+
run: cargo kimage
75+
76+
- name: "Example: `test_framework` example"
77+
working-directory: examples/test_framework
78+
run: cargo ktest
79+
7280
fmt:
7381
name: Check Formatting
7482
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)