<!-- Briefly describe the issue you're experiencing. Tell us what you were trying to do and what happened instead. --> Running foundry tests in the repo is taking a long time to run. This is even happening in GitHub actions, you can check PR #3298 for the same. <!-- Remember, this is not a place to ask for help debugging code. For that, we welcome you in the OpenZeppelin Community Forum: https://forum.openzeppelin.com/. --> **💻 Environment** GitHub actions, Mac OS <!-- Tell us what version of OpenZeppelin Contracts you're using, and how you're using it: Truffle, Remix, etc. --> <!-- Describe the problem you have been experiencing in more detail. Include as much information as you think is relevant. Keep in mind that transactions can fail for many reasons; context is key here. --> **🔢 Code to reproduce bug** ``` forge test ``` <!-- We will be able to better help if you provide a minimal example that triggers the bug. -->