Skip to content

Commit 4ebd839

Browse files
committed
Run full tests, not just test:contracts in PRBMath external test
- `test:contracts` does not seem to be running any tests at all.
1 parent 93d5b79 commit 4ebd839

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)