Skip to content

Commit

Permalink
ci: test debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
craigds committed Oct 15, 2023
1 parent df16b9f commit 22801af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
- name: Test with pytest
run: |
ls
coverage run $(which python) -c "import test_settings"
coverage run $(which pytest) --ds=test_settings typedmodels/tests.py

0 comments on commit 22801af

Please sign in to comment.