Skip to content

Commit 9c48a27

Browse files
committed
Don't run unit tests under Solana
1 parent a418738 commit 9c48a27

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.zig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ pub fn build(b: *std.Build) !void {
2727
const test_step = b.step("test", "Run unit tests");
2828
const lib_unit_tests = b.addTest(.{
2929
.root_source_file = b.path("src/main.zig"),
30-
.target = target,
31-
.optimize = optimize,
3230
});
3331
lib_unit_tests.root_module.addImport("solana_program_sdk", solana_mod);
3432
const run_unit_tests = b.addRunArtifact(lib_unit_tests);

0 commit comments

Comments
 (0)