Bump AvalancheGo dep to support Subnet <-> C-Chain and add e2e test #1274
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Bench | |
on: | |
workflow_dispatch: | |
pull_request: | |
jobs: | |
bench: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-go@v3 | |
with: | |
go-version: '~1.20.10' | |
check-latest: true | |
- run: go mod download | |
shell: bash | |
- run: ./scripts/build_bench_precompiles.sh | |
shell: bash | |