Skip to content

Commit

Permalink
run tests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hrnn committed Jul 17, 2024
1 parent 61377be commit 2da0fbd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
python-version: '3.9'
cache: 'poetry'

- name: model manager tests
run: |
poetry install --no-interaction
make test-model-manager
- name: qr-reader tests
run: |
make install-qr-reader
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,7 @@ test-depth-anything-v2:
test-florencev2:
# Run florencev2 unit tests
$(POETRY) run pytest tests/tools/test_florencev2.py

test-model-manager:
# Run Shared Model Manager tests
$(POETRY) run pytest tests/tools/test_shared_model_manager.py

0 comments on commit 2da0fbd

Please sign in to comment.