From 9c769d4cc529f2fde5efc584cd65f582b7b7ce7c Mon Sep 17 00:00:00 2001 From: Robert Sachunsky Date: Tue, 1 Apr 2025 11:13:16 +0200 Subject: [PATCH] CI: run CLI tests, too --- .github/workflows/test-eynollah.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test-eynollah.yml b/.github/workflows/test-eynollah.yml index 296d9c9..c9d6d86 100644 --- a/.github/workflows/test-eynollah.yml +++ b/.github/workflows/test-eynollah.yml @@ -43,3 +43,7 @@ jobs: make deps-test - name: Test with pytest run: make test + - name: Test standalone CLI + run: make smoke-test + - name: Test OCR-D CLI + run: make ocrd-test