Skip to content

Commit 13138d5

Browse files
author
James Sharpe
authored
chore: Seperate platform specific shellcheck tests (#1409)
1 parent 53c19bb commit 13138d5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

test/BUILD.bazel

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,17 @@ sh_library(
4141
)
4242

4343
shellcheck_test(
44-
name = "shellcheck",
44+
name = "shellcheck_linux",
4545
srcs = [":tool_build_scripts"],
4646
target_compatible_with = [
4747
"@platforms//os:linux",
48+
],
49+
)
50+
51+
shellcheck_test(
52+
name = "shellcheck_macos",
53+
srcs = [":tool_build_scripts"],
54+
target_compatible_with = [
4855
"@platforms//os:macos",
4956
],
5057
)

0 commit comments

Comments
 (0)