Skip to content

Commit

Permalink
add unit-test to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed Aug 19, 2024
1 parent 748f69d commit 21b0d7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
- name: Run linters
run: tox -e linters

- name: Run tests
run: tox -e unit-tests


typecheck:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 21b0d7f

Please sign in to comment.