Skip to content

Commit ba62803

Browse files
committed
Run mypy before tests
1 parent aaf14d4 commit ba62803

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: 🧹 Lint with flake8
3131
run: |
3232
make check_code_quality
33-
- name: 🧪 Test
34-
run: "python -m unittest"
3533
- name: Check types with mypy
3634
run: mypy .
35+
- name: 🧪 Test
36+
run: "python -m unittest"

0 commit comments

Comments
 (0)