ci: run example from example dir

This commit is contained in:
Nurul Huda (Apon) 2026-07-16 04:55:59 +06:00
parent 40b6332499
commit 25282ad6af
No known key found for this signature in database
GPG key ID: 5D3F1DE2855A2F79

View file

@ -30,7 +30,7 @@ jobs:
version: 0.17.0-dev.1398+cb5635714
- name: Build and run project
run: zig build run
run: cd example && zig build run
test:
name: Test (${{ matrix.os }})