Skip to content

Commit 7ad0037

Browse files
committed
expand test filter in ci profile
should remove some tests that are not dependent on clang tools.
1 parent 9505c08 commit 7ad0037

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.config/nextest.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ status-level = "pass"
2727
# A profile to run only tests that use clang-tidy and/or clang-format
2828
# NOTE: This profile is intended to keep CI runtime low. Locally, use default or all profiles
2929

30-
# This is all tests in tests/ folder + unit test for --extra-args.
31-
default-filter = "kind(test) + test(#*use_extra_args) + test(#*eval_version)"
30+
default-filter = "(kind(test) + test(use_extra_args)) - package(clang-installer)"
3231

3332
# show log output from each failing test
3433
failure-output = "final"

0 commit comments

Comments
 (0)