This commit is contained in:
Benjamin Harder
2023-10-06 13:47:16 +02:00
parent 048e77e5b8
commit 17d88e10ff

View File

@@ -26,9 +26,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest pytest-cov
pip install docker/requirements.txt
- name: Test with pytest
run: |
pytest test_nest_functions.py -vv
pytest src/utils/test_nest_functions.py -vv
build-main: