Skip to content

[Governance] VDF Proofs Performance: Longer Proofs #2616

[Governance] VDF Proofs Performance: Longer Proofs

[Governance] VDF Proofs Performance: Longer Proofs #2616

Workflow file for this run

name: CI
on:
push:
branches: [ "v6**" ]
pull_request:
branches: [ "v6**" ]
jobs:
install:
uses: ./.github/workflows/ci-install.yaml
tools:
needs: install
uses: ./.github/workflows/tools.yaml
transactional:
needs: install
uses: ./.github/workflows/transactional.yaml
smoke:
needs: install
uses: ./.github/workflows/smoke.yaml
forge:
needs: install
uses: ./.github/workflows/forge.yaml