Skip to content

Commit 48de5dd

Browse files
gregmagolanatscott
authored andcommitted
build: fix .bazelrc --build_test_only flag (#1823)
(cherry picked from commit 3cd9598)
1 parent 6efd0bd commit 48de5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ build --enable_runfiles
5656
# Keep tests tagged "exclusive" in the sandbox
5757
test --incompatible_exclusive_test_sandboxed
5858

59-
build --build_tests_only
59+
test --build_tests_only
6060

6161
###############################
6262
# Output #

0 commit comments

Comments
 (0)