mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
add skip_foreign_checks=true on a standalone test
This commit is contained in:
parent
66eb910fe4
commit
fa9108c3d4
@ -17,5 +17,8 @@ pub fn build(b: *std.Build) void {
|
||||
});
|
||||
main.pie = true;
|
||||
|
||||
test_step.dependOn(&main.run().step);
|
||||
const run = main.run();
|
||||
run.skip_foreign_checks = true;
|
||||
|
||||
test_step.dependOn(&run.step);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user