diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ecb14b2..2a0874c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,5 +24,4 @@ jobs: pip install '.[test]' - name: Run tests run: | - pytest - + [ -d tests ] && pytest || echo "Tests directory not found"