Skip to content

Commit

Permalink
[CI] Add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
n-elie committed Aug 4, 2023
1 parent f07a0b6 commit 5aef7cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
python -c "import libmetgem"
python -c "from libmetgem import IS_CYTHONIZED; assert IS_CYTHONIZED == True"
python -c "from libmetgem.cosine import cosine_score; print(cosine_score)"
python -c "import libmetgem._cosine"
- name: Test with pytest
shell: bash -e {0}
run: pytest --cov=libmetgem --cov-report=xml -s -x
Expand Down

0 comments on commit 5aef7cd

Please sign in to comment.