diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index e2b4918..c156fb7 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -86,7 +86,7 @@ jobs: tests-job: name: Tests (Python-${{ matrix.python-version }}, Exasol-${{ matrix.exasol-version}}) - # needs: [build-documentation-job, lint-job, type-check-job] + needs: [build-documentation-job, lint-job, type-check-job] runs-on: ubuntu-latest strategy: fail-fast: false