We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a418738 commit 9c48a27Copy full SHA for 9c48a27
build.zig
@@ -27,8 +27,6 @@ pub fn build(b: *std.Build) !void {
27
const test_step = b.step("test", "Run unit tests");
28
const lib_unit_tests = b.addTest(.{
29
.root_source_file = b.path("src/main.zig"),
30
- .target = target,
31
- .optimize = optimize,
32
});
33
lib_unit_tests.root_module.addImport("solana_program_sdk", solana_mod);
34
const run_unit_tests = b.addRunArtifact(lib_unit_tests);
0 commit comments