mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Run full tests, not just test:contracts in PRBMath external test
- `test:contracts` does not seem to be running any tests at all.
This commit is contained in:
parent
93d5b79e5c
commit
4ebd839d3a
@ -30,7 +30,7 @@ BINARY_PATH="$2"
|
||||
SELECTED_PRESETS="$3"
|
||||
|
||||
function compile_fn { yarn compile; }
|
||||
function test_fn { yarn test:contracts; }
|
||||
function test_fn { yarn test; }
|
||||
|
||||
function prb_math_test
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user