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 cfdc30a commit 021fada
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 021fada

Please sign in to comment.