fix: harden bun_test launcher args and test metadata

This commit is contained in:
Eric
2026-03-04 03:22:58 +00:00
parent 42469425e1
commit 861a677582
4 changed files with 13 additions and 6 deletions

View File

@@ -12,6 +12,7 @@ bun_test(
bun_test(
name = "failing_suite",
srcs = ["failing.test.ts"],
tags = ["manual"],
target_compatible_with = [
"@platforms//cpu:x86_64",
"@platforms//os:linux",