Skip to content

Commit

Permalink
enable some debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
btschwertfeger committed Nov 25, 2024
1 parent 5d3c7bf commit 0066e4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_test_futures_private.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ jobs:
FUTURES_SECRET_KEY: ${{ secrets.FUTURES_SECRET_KEY }}
FUTURES_SANDBOX_KEY: ${{ secrets.FUTURES_SANDBOX_KEY }}
FUTURES_SANDBOX_SECRET: ${{ secrets.FUTURES_SANDBOX_SECRET }}
run: pytest -vv -m "futures and utures_auth and futures_websocket and not flaky" tests
run: pytest -vv -m "futures and futures_auth and futures_websocket and not flaky" tests
2 changes: 1 addition & 1 deletion .github/workflows/_test_spot_public.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ jobs:
run: pytest -vv -m "spot and not spot_auth and not spot_websocket" tests

- name: Testing Spot websocket endpoints
run: pytest -vv -m "spot and not spot_auth and spot_websocket" tests
run: pytest -vv --log-cli-level=DEBUG "spot and not spot_auth and spot_websocket" tests

0 comments on commit 0066e4a

Please sign in to comment.