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
+1 -1
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
{