mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #12630 from ethereum/enable-full-tests-in-prb-math-ext-test
Enable full tests in PRBMath external test
This commit is contained in:
commit
32d64ce666
@ -30,7 +30,7 @@ BINARY_PATH="$2"
|
|||||||
SELECTED_PRESETS="$3"
|
SELECTED_PRESETS="$3"
|
||||||
|
|
||||||
function compile_fn { yarn compile; }
|
function compile_fn { yarn compile; }
|
||||||
function test_fn { yarn test:contracts; }
|
function test_fn { yarn test; }
|
||||||
|
|
||||||
function prb_math_test
|
function prb_math_test
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user