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:
Kamil Śliwak 2022-02-04 15:51:34 +01:00
parent 93d5b79e5c
commit 4ebd839d3a

View File

@ -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
{