Skip to content

Commit

Permalink
Ensure all ruby_test targets have access to :remote
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Nov 2, 2022
1 parent b9ba6c0 commit 878ce7e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rb/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ ruby_test(
":chrome",
":devtools",
":specs",
":remote",
],
)

Expand Down Expand Up @@ -290,6 +291,7 @@ ruby_test(
":devtools",
":edge",
":specs",
":remote",
],
)

Expand Down Expand Up @@ -320,6 +322,7 @@ ruby_test(
":devtools",
":firefox",
":specs",
":remote",
],
)

Expand Down Expand Up @@ -350,6 +353,7 @@ ruby_test(
":devtools",
":firefox",
":specs",
":remote",
],
)

Expand All @@ -376,6 +380,7 @@ ruby_test(
":bidi",
":safari",
":specs",
":remote",
],
)

Expand All @@ -402,6 +407,7 @@ ruby_test(
":bidi",
":safari",
":specs",
":remote",
],
)

Expand Down Expand Up @@ -432,6 +438,7 @@ ruby_test(
":ie",
":safari",
":specs",
":remote",
],
)

Expand Down Expand Up @@ -640,6 +647,7 @@ ruby_binary(
":firefox",
":ie",
":safari",
":remote",
"@bundle//:pry",
],
)

0 comments on commit 878ce7e

Please sign in to comment.