add(test): test execution into zterm test build
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 28s
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 28s
This commit is contained in:
@@ -205,3 +205,7 @@ fn getReportMode(ps: u8) ReportMode {
|
||||
else => ReportMode.not_recognized,
|
||||
};
|
||||
}
|
||||
|
||||
test {
|
||||
_ = @import("terminal/style.zig");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user