Avoid using setup.py test

This commit is contained in:
c-bata
2020-11-11 16:30:07 +09:00
parent 98e4f72f4c
commit 890191c928
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -37,4 +37,4 @@ jobs:
architecture: x64
- name: Install dependencies
run: pip install --progress-bar off .
- run: python setup.py test
- run: python -m unittest