Skip to content

Commit

Permalink
[CI] Run tests from from tests folder
Browse files Browse the repository at this point in the history
  • Loading branch information
n-elie committed Aug 4, 2023
1 parent e8efa21 commit d8e71ca
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 @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
python-version: [3.9]
os: [macos-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
# exclude: # Temporarily disable release for macos and python 3.8 as there is a bug with openblas
# - os: macos-latest
# python-version: 3.8
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
if: runner.os == 'Linux'
- name: Test with pytest
shell: bash -e {0}
run: pytest --cov=libmetgem --cov-report=xml
run: cd tests && pytest --cov=libmetgem --cov-report=xml
- name: Upload coverage
if: success()
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit d8e71ca

Please sign in to comment.