We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make test
1 parent 1b76e1c commit 7d43e0aCopy full SHA for 7d43e0a
.github/workflows/CI.yml
@@ -25,3 +25,6 @@ jobs:
25
26
- name: Run pylint
27
run: find . -name '*.py' -exec pylint -d E0611,E0401,C0103 --output-format=colorized {} +
28
+
29
+ - name: Run make test
30
+ run: make test
0 commit comments