We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f93892 commit ca80ba6Copy full SHA for ca80ba6
1 file changed
.github/workflows/github-actions.yml
@@ -20,4 +20,6 @@ jobs:
20
- name: Run Black
21
run: black --check --diff ./
22
- name: Run Flake8
23
- run: flake8 ./
+ run: flake8 ./
24
+ - name: Run Unit Tests
25
+ run: ./test.sh unit
0 commit comments