Adds Tests to CI/CD

This commit is contained in:
2024-06-24 01:22:45 -03:00
parent 87428d6293
commit e823177596

View File

@@ -29,9 +29,10 @@ jobs:
- name: Build Cython Code
run: |
poetry build -f sdist
# - name: Test with unittest
# run: |
# poetry run python -m unittest
poetry install
- name: Test with unittest
run: |
poetry run python -m unittest
- name: Build and Upload Python Package
run: |
poetry config repositories.test-pypi https://test.pypi.org/legacy/