silverstripe / silverstripe-framework

Silverstripe Framework, the MVC framework that powers Silverstripe CMS
https://www.silverstripe.org
BSD 3-Clause "New" or "Revised" License
719 stars 820 forks source link

TEST ONLY - MAJOR: caching queries and dataobjects #11047

Closed sunnysideup closed 8 months ago

sunnysideup commented 8 months ago

TEST ONLY!

GuySartorelli commented 8 months ago

Please don't open pull requests that's aren't intended to be merged. You can link to the code in your fork without needing a pull request.

sunnysideup commented 8 months ago

Is there a way to run the tests without opening a pull request?

GuySartorelli commented 8 months ago

All unit and behat tests can be run locally, yes.

GuySartorelli commented 8 months ago

You could also run ci in your fork - and looking at the actions tab in your fork you did run it on push automatically