Skip to content

Commit d2ea1dd

Browse files
committed
testing
1 parent 9006fd1 commit d2ea1dd

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.bazelci/presubmit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ split_coverage_postprocessing_shell_commands: &split_coverage_postprocessing_she
4848
- echo "build --//rust/settings:experimental_use_coverage_metadata_files" >> user.bazelrc
4949
tasks:
5050
ubuntu2004:
51-
build_targets: *default_linux_targets
52-
test_targets: *default_linux_targets
51+
# build_targets: *default_linux_targets
52+
# test_targets: *default_linux_targets
5353
coverage_targets: *default_linux_targets
5454
post_shell_commands: *coverage_validation_post_shell_commands
5555
rbe_ubuntu2004:

.bazelrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Testing
2+
build --noenable_runfiles
3+
14
###############################################################################
25
## Bazel Configuration Flags
36
##
@@ -6,7 +9,7 @@
69
###############################################################################
710

811
# Skip building runfiles links for faster builds.
9-
build --nobuild_runfile_links
12+
# build --nobuild_runfile_links
1013

1114
# TODO: Coverage errors are not reported
1215
coverage --test_output=errors

0 commit comments

Comments
 (0)