Skip to content

Commit c7a8b27

Browse files
committed
CI: build examples
1 parent 926e795 commit c7a8b27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
- name: Run Tests
4242
run: zig build test --summary all
4343

44+
- name: Build Examples
45+
run: zig build --summary all
46+
4447
- name: Collect Coverage
4548
if: github.repository_owner == 'zigtools' && matrix.os == 'ubuntu-22.04' && matrix.zig-version == 'master'
4649
run: zig build coverage -Duse-llvm=false --summary all

0 commit comments

Comments
 (0)