Skip to content

Commit

Permalink
only run wip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
btschwertfeger committed Nov 25, 2024
1 parent 5abd73e commit 43761ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/_test_spot_private.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 43761ac

Please sign in to comment.