Skip to content

Commit

Permalink
test tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Oct 18, 2023
1 parent e82d228 commit ff6bb64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
pip check
- name: Test with pytest
run: |
pytest xscen
pytest tests
- name: Report coverage
run: |
coveralls
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
pip check
- name: Test with pytest
run: |
pytest xscen
pytest tests
- name: Report coverage
run: |
coveralls
Expand Down

0 comments on commit ff6bb64

Please sign in to comment.