Merge pull request #646 from logos-blockchain/Pravdyvy/valid-proof-test-runs-only-on-main-or-dev-commits

ci!: valid_proof_test removed from PRs
This commit is contained in:
Pravdyvy 2026-07-28 10:12:11 +03:00 committed by GitHub
commit 7df30eb90f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;