Skip to content

Proof of Fee (#5) #2642

Proof of Fee (#5)

Proof of Fee (#5) #2642

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