From 2cbc3e51a128edf966f8179170f81a75e626301c Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 29 Sep 2025 10:40:49 +0200 Subject: [PATCH] ci: Run the examples --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b053fb4..24ed3fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,3 +33,4 @@ jobs: - run: pip install --upgrade pip - run: pip install pytest --editable . - run: LOG_LEVEL=Info pytest + - run: LOG_LEVEL=Info python examples/*.py