Tag more test suite changes with T-compiler

This commit is contained in:
Jieyou Xu 2024-11-18 20:03:57 +08:00
parent e83c45a98b
commit 1569414574

View File

@ -236,7 +236,21 @@ trigger_files = [
"compiler",
# Tests
"tests/assembly",
"tests/auxiliary",
"tests/codegen",
"tests/codegen-units",
"tests/COMPILER_TESTS.md",
"tests/coverage",
"tests/coverage-run-rustdoc",
"tests/crashes",
"tests/debuginfo",
"tests/incremental",
"tests/mir-opt",
"tests/pretty",
"tests/run-make",
"tests/ui",
"tests/ui-fulldeps",
]
exclude_labels = [
"T-*",