Skip to content

Commit 0c294be

Browse files
committed
fix: broken BCR presubmit command
1 parent 88cf37f commit 0c294be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bcr/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ bcr_test_module:
1111
platform: ${{ platform }}
1212
bazel: ${{ bazel }}
1313
test_flags:
14-
- "--test_tag_filters -bcr-presubmit-failure"
14+
- "--test_tag_filters=-bcr-presubmit-failure"
1515
test_targets:
1616
- "//..."

0 commit comments

Comments
 (0)