From c2f46c353963c5153231cc6a73f164d2e4c207d5 Mon Sep 17 00:00:00 2001 From: David-Araripe Date: Thu, 21 Mar 2024 15:09:31 +0100 Subject: [PATCH] update unittest discover path --- .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 69e08bd..55cbecb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: run: | pip install -e . - name: Run tests - run: python -m unittest discover + run: python -m unittest discover tests/ # macos: # runs-on: macos-latest