Skip to content

Commit 57f735f

Browse files
committed
Run unittests sequentially to avoid rate-limiting by coinglass
1 parent d8aca45 commit 57f735f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/api_unitests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ permissions:
1414

1515
jobs:
1616
build:
17-
1817
runs-on: "ubuntu-latest"
1918
strategy:
2019
matrix:
2120
python-version: ["3.10", "3.11"]
21+
fail-fast: true
22+
max-parallel: 1
2223
env:
2324
PYTHON: ${{ matrix.python-version }}
2425
steps:

0 commit comments

Comments
 (0)