Enable `//tests/...` in CI

This commit is contained in:
Fabian Meumertzheim 2023-07-08 00:29:45 +02:00
parent 1dbb691712
commit f9e3b89332
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",
],
)