mirror of https://github.com/bazelbuild/rules_cc
Enable `//tests/...` in CI
This commit is contained in:
parent
1dbb691712
commit
f9e3b89332
|
@ -17,6 +17,7 @@ x_defaults:
|
||||||
- "//examples/my_c_compile:all"
|
- "//examples/my_c_compile:all"
|
||||||
- "//examples/write_cc_toolchain_cpu:all"
|
- "//examples/write_cc_toolchain_cpu:all"
|
||||||
- "//tools/migration:all"
|
- "//tools/migration:all"
|
||||||
|
- "//tests/..."
|
||||||
test_flags:
|
test_flags:
|
||||||
- "--test_timeout=120"
|
- "--test_timeout=120"
|
||||||
test_targets:
|
test_targets:
|
||||||
|
@ -29,6 +30,7 @@ x_defaults:
|
||||||
- "//examples/my_c_compile:all"
|
- "//examples/my_c_compile:all"
|
||||||
- "//examples/write_cc_toolchain_cpu:all"
|
- "//examples/write_cc_toolchain_cpu:all"
|
||||||
- "//tools/migration:all"
|
- "//tools/migration:all"
|
||||||
|
- "//tests/..."
|
||||||
|
|
||||||
buildifier:
|
buildifier:
|
||||||
version: latest
|
version: latest
|
||||||
|
|
|
@ -7,4 +7,7 @@ sh_test(
|
||||||
"//cc:system_library.bzl",
|
"//cc:system_library.bzl",
|
||||||
"@bazel_tools//tools/bash/runfiles",
|
"@bazel_tools//tools/bash/runfiles",
|
||||||
],
|
],
|
||||||
|
target_compatible_with = [
|
||||||
|
"@platforms//os:linux",
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue