diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 3c3d4d3..48cfb55 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -27,6 +27,7 @@ jobs: - name: Run linting run: | flake8 ./src/ + - name: Run tests run: | pytest