Skip to content

Commit

Permalink
Enable //tests/... in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Jul 7, 2023
1 parent 1dbb691 commit f9e3b89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ x_defaults:
- "//examples/my_c_compile:all"
- "//examples/write_cc_toolchain_cpu:all"
- "//tools/migration:all"
- "//tests/..."
test_flags:
- "--test_timeout=120"
test_targets:
Expand All @@ -29,6 +30,7 @@ x_defaults:
- "//examples/my_c_compile:all"
- "//examples/write_cc_toolchain_cpu:all"
- "//tools/migration:all"
- "//tests/..."

buildifier:
version: latest
Expand Down
3 changes: 3 additions & 0 deletions tests/system_library/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ sh_test(
"//cc:system_library.bzl",
"@bazel_tools//tools/bash/runfiles",
],
target_compatible_with = [
"@platforms//os:linux",
],
)

0 comments on commit f9e3b89

Please sign in to comment.