Merge pull request #188 from fmeum/tests-ci

Enable `//tests/...` in CI
This commit is contained in:
buildbreaker2021 2023-07-10 16:38:35 +02:00 committed by GitHub
commit d4c72e3166
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",
],
)