diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff9b4a8d..0b92a8a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -285,6 +285,7 @@ jobs: valid-proof-test: needs: ci-image + if: github.event_name == 'push' runs-on: ubuntu-latest timeout-minutes: 90 steps: diff --git a/lez/common/src/lib.rs b/lez/common/src/lib.rs index 3cca327b..f134ad99 100644 --- a/lez/common/src/lib.rs +++ b/lez/common/src/lib.rs @@ -9,6 +9,7 @@ pub mod config; pub mod transaction; // Module for tests utility functions +// // TODO: Compile only for tests pub mod test_utils;