Skip to content

Commit 49edef5

Browse files
committed
ci(solana): run Jest sequentially with --runInBand for stability
1 parent 3b304ef commit 49edef5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/solana-unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ jobs:
7777
fi
7878
7979
cd ./networks/solana
80-
yarn test
80+
yarn test --runInBand

0 commit comments

Comments
 (0)