add the pytests

Signed-off-by: Peter Staar <taa@zurich.ibm.com>
This commit is contained in:
Peter Staar 2024-08-26 16:26:17 +02:00
parent fe817b11d7
commit f5eb49a811

View File

@ -14,3 +14,10 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Run styling check
run: poetry run pre-commit run --all-files
- name: Install with poetry
run: poetry install --all-extras
- name: Testing
run: |
poetry run pytest -v tests
- name: Build with poetry
run: poetry build