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 - name: Build Cython Code
run: | run: |
poetry build -f sdist poetry build -f sdist
# - name: Test with unittest poetry install
# run: | - name: Test with unittest
# poetry run python -m unittest run: |
poetry run python -m unittest
- name: Build and Upload Python Package - name: Build and Upload Python Package
run: | run: |
poetry config repositories.test-pypi https://test.pypi.org/legacy/ poetry config repositories.test-pypi https://test.pypi.org/legacy/