From 97af4971f9e865a45cfcc9a7f04b90d0824d2c6f Mon Sep 17 00:00:00 2001 From: alstr Date: Thu, 10 Apr 2025 15:27:32 +0100 Subject: [PATCH] Update CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 412ba54..18a8d67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,4 +15,4 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt -r requirements-dev.txt - name: "Run tests" - run: python -m pytest \ No newline at end of file + run: python -m unittest discover \ No newline at end of file