Skip to content

Commit 35796d7

Browse files
authored
Add cross binary test to presubmit configuration
1 parent 4ed864d commit 35796d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.bazelci/presubmit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ tasks:
1212
build_targets:
1313
- "//..."
1414
- "-//tests/core/go_binary:goos_pure_bin"
15+
- "-//tests/core/cross:go_cross_binary_test"
1516
build_flags:
1617
- "--per_file_copt=external/.*@-w"
1718
- "--host_per_file_copt=external/.*@-w"
@@ -32,6 +33,7 @@ tasks:
3233
# Requires https://github.com/bazelbuild/bazel/commit/ceddfb1ece1f8ed7ff81558fa1751e6526df031b.
3334
- "-//tests/core/go_binary:configurable_attribute_good_test"
3435
- "-//tests/core/go_binary:goos_pure_bin"
36+
- "-//tests/core/cross:go_cross_binary_test"
3537
test_flags:
3638
- "--per_file_copt=external/.*@-w"
3739
- "--host_per_file_copt=external/.*@-w"

0 commit comments

Comments
 (0)