diff --git a/.github/workflows/ci-iov.yml b/.github/workflows/ci-iov.yml index 6e6811ef8..607f0f48e 100644 --- a/.github/workflows/ci-iov.yml +++ b/.github/workflows/ci-iov.yml @@ -1,13 +1,11 @@ name: Unit/integration tests -on: [pull_request] - # FIXME: - # pull_request: - # types: [ready_for_review] +on: + pull_request: + types: [ready_for_review] jobs: unit-integration-tests: - # FIXME: - # if: github.event.pull_request.draft == false + if: github.event.pull_request.draft == false runs-on: ubuntu-latest steps: @@ -55,9 +53,6 @@ jobs: ci_run rustc --version ci_run cargo clippy --version - - name: prover-unit-tests - run: ci_run zk test prover - - name: contracts-unit-tests run: ci_run zk test contracts @@ -127,4 +122,3 @@ jobs: flags: unit-tests name: codecov-umbrella # optional verbose: true # optional (default = false) - \ No newline at end of file