Skip to content

Add CTest dependencies automatically #2875

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

williamjallen
Copy link
Collaborator

The current system for defining feature tests requires developers to add dependencies in multiple places, which causes unnecessary conflicts. It's also easy to forget to add dependencies in all of the right places. This PR resolves the issue by creating functions which define the correct dependencies automatically.

Giving PHPStan 2 processors prevents it from running at the same time as other resource-intensive processes such as Cypress since there are 3 processor slots available.  We also bump up the memory available because doing so has a significant effect on PHPStan efficiency.
@williamjallen williamjallen marked this pull request as draft May 8, 2025 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant