Fix Zig build steps
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
c952709b82
commit
1ffb316a11
|
@ -37,7 +37,7 @@ pub fn build(b: *std.Build) !void {
|
||||||
|
|
||||||
b.step("test", "Run unit tests").dependOn(create: {
|
b.step("test", "Run unit tests").dependOn(create: {
|
||||||
const tests = b.addTest(.{
|
const tests = b.addTest(.{
|
||||||
.root_source_file = b.path("src/test.zig"),
|
.root_source_file = b.path("src/main.zig"),
|
||||||
.target = target,
|
.target = target,
|
||||||
.optimize = optimize,
|
.optimize = optimize,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue