PaulRBerg / foundry-multibuild

GitHub Action for building a Foundry project with a range of Solidity versions
https://github.com/marketplace/actions/foundry-multibuild
MIT License
39 stars 3 forks source link

refactor: skip test glob #6

Closed PaulRBerg closed 4 months ago

PaulRBerg commented 4 months ago

Changes --skip test to --skip "./test/**/*.sol" to cover all Solidity files not just the ones with the *.t.sol extension.