diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a33b545..2888fad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,8 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - - run: | + - name: Run tests + run: | cd src/ pip install -r requirements.txt pytest -s tests/ -vv