Skip to content

Commit 982f369

Browse files
test: exclude standalone QA group from All
QA is its own dep-adding test group (test/QA/Project.toml) and is run as a separate CI matrix entry, so it should not also fire under the "All" group. CI never runs "All", and a local "All" run should not pull the QA tooling into the functional test pass. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent d8c10b4 commit 982f369

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ end
9898
# not leak into the subsequent functional Core tests run in the main env.
9999
main_test_project = Base.active_project()
100100

101-
if GROUP == "QA" || GROUP == "All"
101+
if GROUP == "QA"
102102
# QA (Aqua) runs in its own dep-adding environment (test/QA/Project.toml)
103103
# so the QA tooling is not part of the main test dependency set.
104104
activate_qa_env()

0 commit comments

Comments
 (0)