We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926e795 commit c7a8b27Copy full SHA for c7a8b27
.github/workflows/main.yml
@@ -41,6 +41,9 @@ jobs:
41
- name: Run Tests
42
run: zig build test --summary all
43
44
+ - name: Build Examples
45
+ run: zig build --summary all
46
+
47
- name: Collect Coverage
48
if: github.repository_owner == 'zigtools' && matrix.os == 'ubuntu-22.04' && matrix.zig-version == 'master'
49
run: zig build coverage -Duse-llvm=false --summary all
0 commit comments