We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a49d77 commit fdf8705Copy full SHA for fdf8705
1 file changed
.config/nextest.toml
@@ -27,8 +27,7 @@ status-level = "pass"
27
# A profile to run only tests that use clang-tidy and/or clang-format
28
# NOTE: This profile is intended to keep CI runtime low. Locally, use default or all profiles
29
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)"
+default-filter = "(kind(test) + test(use_extra_args)) - package(clang-installer)"
32
33
# show log output from each failing test
34
failure-output = "final"
0 commit comments