ci: build example separate and fix tests

Apparently the tests werent executing for some reason??
This commit is contained in:
Robin Voetter
2024-04-28 22:39:02 +02:00
parent 883ab2c2c4
commit 65f1b0252b
4 changed files with 22 additions and 13 deletions

View File

@@ -136,4 +136,3 @@ test "main" {
_ = @import("xml.zig");
_ = @import("vulkan/c_parse.zig");
}