diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e5cace..bae20fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,9 +24,10 @@ jobs: pip install --upgrade pip pip install -r requirements-dev.txt + - name: Install rutificador + run: | + pip install -e . + - name: Run tests run: | - ls - cd tests - ls - python -m pytest tests.py + python -m pytest -v tests/