Skip to content

Commit ca80ba6

Browse files
committed
Added unit tests to Github Actions
1 parent 9f93892 commit ca80ba6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/github-actions.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ jobs:
2020
- name: Run Black
2121
run: black --check --diff ./
2222
- name: Run Flake8
23-
run: flake8 ./
23+
run: flake8 ./
24+
- name: Run Unit Tests
25+
run: ./test.sh unit

0 commit comments

Comments
 (0)