Skip to content

Commit

Permalink
run only a single test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
izaim authored Mar 28, 2024
1 parent dda73be commit 947c2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_coverage_with_tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: pip install -r requirements_dev.txt

- name: Test Coverage
run: pytest --cov --cov-fail-under=85
run: pytest tests/api/test_api.py
env:
CRIPT_HOST: https://lb-stage.mycriptapp.org/
CRIPT_TOKEN: $ID_TOKEN
Expand Down

0 comments on commit 947c2a7

Please sign in to comment.