Skip to content

Commit

Permalink
adding unit tests to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchafin committed Nov 28, 2023
1 parent 2d3fd01 commit b352947
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@ jobs:
conda activate resistnet
flake8 src/resistnet
flake8 scripts/*.py
- name: Run unit tests
shell: bash -l {0}
run: |
conda activate resistnet
pytest tests/

0 comments on commit b352947

Please sign in to comment.