Skip to content

Commit 21b0d7f

Browse files
committed
add unit-test to ci
1 parent 748f69d commit 21b0d7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
- name: Run linters
5353
run: tox -e linters
5454

55+
- name: Run tests
56+
run: tox -e unit-tests
57+
5558

5659
typecheck:
5760
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)