ci!: valid_proof_test removed from PRs

This commit is contained in:
Pravdyvy 2026-07-28 08:03:29 +03:00
parent 63e1a952c5
commit 012464a719
2 changed files with 2 additions and 0 deletions

View File

@ -285,6 +285,7 @@ jobs:
valid-proof-test:
needs: ci-image
if: github.event_name == 'push'
runs-on: ubuntu-latest
timeout-minutes: 90
steps:

View File

@ -9,6 +9,7 @@ pub mod config;
pub mod transaction;
// Module for tests utility functions
//
// TODO: Compile only for tests
pub mod test_utils;