1
0
Fork 0
mirror of https://github.com/qurator-spk/eynollah.git synced 2025-07-31 05:39:55 +02:00

CI: run CLI tests, too

This commit is contained in:
Robert Sachunsky 2025-04-01 11:13:16 +02:00
parent 250fc02606
commit 9c769d4cc5

View file

@ -43,3 +43,7 @@ jobs:
make deps-test make deps-test
- name: Test with pytest - name: Test with pytest
run: make test run: make test
- name: Test standalone CLI
run: make smoke-test
- name: Test OCR-D CLI
run: make ocrd-test