Have a separate GH action for tests

This commit is contained in:
Rikko 2022-08-29 22:39:09 +05:30
parent 3f177bd27e
commit 74ca172fe6
2 changed files with 15 additions and 9 deletions

View file

@ -14,12 +14,10 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Code Style
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install flake8
flake8
- name: Tests
run: |
pip install -r test/pip_reqs.txt
- name: Execute Tests
run: |
python -m unittest discover