Skip to content

test(contracts): add avs admin tests #885

test(contracts): add avs admin tests

test(contracts): add avs admin tests #885

Workflow file for this run

name: ci pr
# continuous integration on pull requests to main
on:
pull_request:
branches:
- main
permissions:
contents: read
pull-requests: read
jobs:
pre-commit:
uses: ./.github/workflows/pre-commit.yml
go-tests:
uses: ./.github/workflows/gotest.yml
go-lint:
uses: ./.github/workflows/golangci-lint.yml
sol-tests:
uses: ./.github/workflows/soltest.yml
e2e-tests:
uses: ./.github/workflows/pr-e2etest.yml