Skip to content

Commit

Permalink
turning off tests of /interface as it causes errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cudmore committed Sep 9, 2023
1 parent 4dafe1d commit 0d7602d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
- name: Test and generate coverage report
run: |
# ignore /interface tests, they are running out of memory on github?
#pytest --cov=./tests --cov-report=xml --ignore=./tests/interface ./tests
pytest --cov=./tests --cov-report=xml ./tests
pytest --cov=./tests --cov-report=xml --ignore=./tests/interface ./tests
#pytest --cov=./tests --cov-report=xml ./tests
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

0 comments on commit 0d7602d

Please sign in to comment.