diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index d1c0f5d..6b8dccd 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: run: mypy src/mockapi/ || true - name: Run tests - run: pytest tests_testdatagen/ -v + run: pytest tests/unit/test_generators.py tests/unit/test_config.py tests/unit/test_validator.py tests/integration/test_cli.py tests/integration/test_server.py -v build: runs-on: ubuntu-latest