Skip to content

Commit

Permalink
MAINT: tests should be for hnn not hnn_core
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmainak committed Apr 1, 2021
1 parent 1072a05 commit 97a07ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Lint with flake8
run: |
flake8 --count hnn_core
flake8 --count hnn
- name: Test with pytest
run: |
python -m py.test . --cov=hnn_core hnn_core/tests/ --cov-report=xml
python -m py.test . --cov=hnn hnn/tests/ --cov-report=xml

0 comments on commit 97a07ca

Please sign in to comment.