fix: windows targets

This commit is contained in:
eric
2026-03-15 11:24:36 +01:00
parent a58028d063
commit 683de60603
10 changed files with 142 additions and 6 deletions

View File

@@ -8,6 +8,14 @@ sh_test(
data = ["//.github/workflows:ci.yml"],
)
sh_test(
name = "phase8_ci_targets_test",
size = "small",
srcs = ["phase8_ci_targets_test.sh"],
args = ["$(location :phase8_ci_targets.sh)"],
data = [":phase8_ci_targets.sh"],
)
sh_test(
name = "native_wrapper_shape_test",
size = "small",