Skip to content

Commit

Permalink
run tests individually
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Feb 22, 2022
1 parent c22a463 commit e1cdf25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
pytest test/test_format.py
pytest test/test_parse.py
pytest test/test_localizer.py
- name: Test az
run: |
pytest test/test_format_az.py
pytest test/test_parse_az.py
- name: Test ca
run: |
pytest test/test_format_ca.py
Expand Down

0 comments on commit e1cdf25

Please sign in to comment.