Skip to content

Commit 8f82f48

Browse files
committed
enable flake for tests in CI
1 parent b8da328 commit 8f82f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pipx install flake8
1919
2020
- name: Lint package
21-
run: flake8 src examples
21+
run: flake8 src examples test
2222

2323
- name: Typecheck package
2424
run: mypy src

0 commit comments

Comments
 (0)