Skip to content

Commit 57b0147

Browse files
committed
run all tests
1 parent 5365402 commit 57b0147

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test-scripts/run-anchor-tests.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ test_files=(
2222
# updateK.ts
2323
# postOnlyAmmFulfillment.ts
2424
# TODO BROKEN ^^
25-
builderCodes.ts
25+
builderCodes.ts
2626
decodeUser.ts
2727
fuel.ts
2828
fuelSweep.ts
@@ -46,6 +46,8 @@ test_files=(
4646
liquidateSpot.ts
4747
liquidateSpotSocialLoss.ts
4848
liquidityProvider.ts
49+
lpPool.ts
50+
lpPoolSwap.ts
4951
marketOrder.ts
5052
marketOrderBaseAssetAmount.ts
5153
maxDeposit.ts
@@ -100,4 +102,4 @@ test_files=(
100102

101103
for test_file in ${test_files[@]}; do
102104
ts-mocha -t 300000 ./tests/${test_file} || exit 1
103-
done
105+
done

0 commit comments

Comments
 (0)