We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7083d commit e148ec5Copy full SHA for e148ec5
.github/workflows/build.yml
@@ -17,4 +17,8 @@ jobs:
17
python -m pip install --upgrade pip
18
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
19
- name: Install library
20
- run: python3 setup.py install
+ run: python3 setup.py install
21
+ - name: Run all unittests
22
+ run: |
23
+ cd tests/
24
+ python3 -m unittest discover
0 commit comments