From 2d5ba0ac3c630f2d69b2df9f5c73d581da377bde Mon Sep 17 00:00:00 2001 From: Alex Dvornik Date: Fri, 20 Feb 2026 11:34:21 +0100 Subject: [PATCH] Updated config. Third test --- .github/workflows/ci-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 3c3d4d3..48cfb55 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -27,6 +27,7 @@ jobs: - name: Run linting run: | flake8 ./src/ + - name: Run tests run: | pytest