Merge pull request #188 from fmeum:tests-ci

PiperOrigin-RevId: 548924746
Change-Id: Ib201c6dd5c383b2fb8d0bec78c4037df964ab513
This commit is contained in:
Copybara-Service 2023-07-18 01:25:43 -07:00
commit 84d2878ffc
2 changed files with 5 additions and 0 deletions

View File

@ -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:
@ -29,6 +30,7 @@ x_defaults:
- "//examples/my_c_compile:all"
- "//examples/write_cc_toolchain_cpu:all"
- "//tools/migration:all"
- "//tests/..."
buildifier:
version: latest

View File

@ -7,4 +7,7 @@ sh_test(
"//cc:system_library.bzl",
"@bazel_tools//tools/bash/runfiles",
],
target_compatible_with = [
"@platforms//os:linux",
],
)