add check step for usage with zls
This commit is contained in:
parent
7298c6d3ee
commit
927871c59e
1 changed files with 2 additions and 0 deletions
|
@ -211,5 +211,7 @@ pub fn build(b: *Builder) !void {
|
|||
|
||||
test_step.dependOn(&run_unit_tests.step);
|
||||
}
|
||||
const check = b.step("check", "Check compilation errors");
|
||||
check.dependOn(&exe.step);
|
||||
b.installArtifact(exe);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue