Skip to content

Commit

Permalink
automated tests: neurax -> jaxley
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldeistler committed Nov 21, 2023
1 parent 1482591 commit f682da0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ jobs:
- name: Check formatting with black
run: |
black --check neurax tests
black --check jaxley tests
- name: Check imports with isort
run: |
isort -c neurax tests
isort -c jaxley tests
# - name: Test with pytest
# run: |
# pip install pytest pytest-cov
# pytest -m "not tridiax" tests/ --cov=neurax --cov-report=xml
# pytest -m "not tridiax" tests/ --cov=jaxley --cov-report=xml

# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v3
Expand Down

0 comments on commit f682da0

Please sign in to comment.