diff --git a/.github/workflows/_test_spot_private.yaml b/.github/workflows/_test_spot_private.yaml index 33ba7db..ba0598e 100644 --- a/.github/workflows/_test_spot_private.yaml +++ b/.github/workflows/_test_spot_private.yaml @@ -80,11 +80,11 @@ jobs: echo "$env:GITHUB_WORKSPACE\.venv\Scripts" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append uv pip install ".[test]" - - name: Testing Spot REST endpoints - env: - SPOT_API_KEY: ${{ secrets.SPOT_API_KEY }} - SPOT_SECRET_KEY: ${{ secrets.SPOT_SECRET_KEY }} - run: pytest -vv -m "spot_auth and not spot_websocket" tests + # - name: Testing Spot REST endpoints + # env: + # SPOT_API_KEY: ${{ secrets.SPOT_API_KEY }} + # SPOT_SECRET_KEY: ${{ secrets.SPOT_SECRET_KEY }} + # run: pytest -vv -m "spot_auth and not spot_websocket" tests - name: Testing Spot websocket client env: diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 2856b33..ae3ed64 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -121,7 +121,7 @@ jobs: # needs: [Pre-Commit] uses: ./.github/workflows/_test_spot_private.yaml strategy: - max-parallel: 1 # to avoid failing tests because of API Rate limits + max-parallel: 4 # to avoid failing tests because of API Rate limits fail-fast: false matrix: os: [ubuntu-latest, windows-latest]