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

Allow users to skip tests #1

Closed PaulRBerg closed 9 months ago

PaulRBerg commented 9 months ago

It should be helpful to allow users to skip compiling the tests because:

  1. The pragma between src and test is oftentimes different
  2. Users may not care about compiling the tests with a range of Solidity versions
  3. Compiling just src would be 10x faster

This can be achieved with the --skip test flag.

PaulRBerg commented 9 months ago

Done:

https://github.com/PaulRBerg/foundry-multibuild/commit/c8c00638648d37f7ed6b4bdb2cf03eb9230bb331