Skip to content

Commit

Permalink
Fix the Github action's test run
Browse files Browse the repository at this point in the history
  • Loading branch information
devraymondsh committed Jan 10, 2024
1 parent f5af0e4 commit 24214a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ pub fn build(b: *std.Build) !void {
"deno-test",
"bun-test",
},
.{ drivers_build_step, ffi_tests_step },
.{ core_build_step, drivers_build_step, ffi_tests_step },
test_step,
);

Expand Down

0 comments on commit 24214a0

Please sign in to comment.