Skip to content

Commit e148ec5

Browse files
author
brentru
committed
unittest
1 parent 2b7083d commit e148ec5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@ jobs:
1717
python -m pip install --upgrade pip
1818
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
1919
- name: Install library
20-
run: python3 setup.py install
20+
run: python3 setup.py install
21+
- name: Run all unittests
22+
run: |
23+
cd tests/
24+
python3 -m unittest discover

0 commit comments

Comments
 (0)