Skip to content

Commit

Permalink
Add pytest step to GitHub Actions build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Dec 2, 2021
1 parent 9a57d71 commit 3891498
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
run: flake8
- name: Run static type checking
run: mypy forest
- name: Run tests
- name: Run legacy tests
run: python -m unittest tests/imports.py
- name: Run pytest suite
run: pytest

0 comments on commit 3891498

Please sign in to comment.