ci: run example from example dir
This commit is contained in:
parent
40b6332499
commit
25282ad6af
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
version: 0.17.0-dev.1398+cb5635714
|
version: 0.17.0-dev.1398+cb5635714
|
||||||
|
|
||||||
- name: Build and run project
|
- name: Build and run project
|
||||||
run: zig build run
|
run: cd example && zig build run
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: Test (${{ matrix.os }})
|
name: Test (${{ matrix.os }})
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue