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:
Kamil Śliwak 2022-02-04 16:56:31 +01:00 committed by GitHub
commit 32d64ce666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
{