Skip to content

Commit efea3dd

Browse files
committed
Fix Bazel presubmit build targets
1 parent 4f57ad7 commit efea3dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.bcr/presubmit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ tasks:
1010
platform: ${{ platform }}
1111
bazel: ${{ bazel }}
1212
build_targets:
13-
- '//...'
13+
- '@cxx.rs//...'
1414
test_targets:
15-
- '//...'
15+
- '@cxx.rs//...'

0 commit comments

Comments
 (0)