From d75d40dfdfeb82dc9b1b2b5cdcd3fdb8105ac97d Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 10 Aug 2022 18:00:24 -0700 Subject: build: make docs a separate step than test --- build.zig | 1 - 1 file changed, 1 deletion(-) (limited to 'build.zig') diff --git a/build.zig b/build.zig index 6823248431..bb3db637d6 100644 --- a/build.zig +++ b/build.zig @@ -527,7 +527,6 @@ pub fn build(b: *Builder) !void { const test_step = b.step("test", "Run all the tests"); test_step.dependOn(toolchain_step); test_step.dependOn(std_step); - test_step.dependOn(docs_step); } const exe_cflags = [_][]const u8{ -- cgit v1.2.3