Skip to content

Commit 32d64ce

Browse files
authored
Merge pull request #12630 from ethereum/enable-full-tests-in-prb-math-ext-test
Enable full tests in PRBMath external test
2 parents c70f8c5 + 4ebd839 commit 32d64ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/externalTests/prb-math.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ BINARY_PATH="$2"
3030
SELECTED_PRESETS="$3"
3131

3232
function compile_fn { yarn compile; }
33-
function test_fn { yarn test:contracts; }
33+
function test_fn { yarn test; }
3434

3535
function prb_math_test
3636
{

0 commit comments

Comments
 (0)