Skip to content

Commit 1f21c17

Browse files
committed
Exclude manual targets from Bazel test CI
1 parent 78ce61c commit 1f21c17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bazel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
"${bazel_wrapper_args[@]}" \
9595
-- \
9696
test \
97-
--test_tag_filters=-argument-comment-lint \
97+
--test_tag_filters=-argument-comment-lint,-manual \
9898
--test_verbose_timeout_warnings \
9999
--build_metadata=COMMIT_SHA=${GITHUB_SHA} \
100100
-- \

0 commit comments

Comments
 (0)