Skip to content

core/txpool: move the gas reservation logic to txpool reset #10

core/txpool: move the gas reservation logic to txpool reset

core/txpool: move the gas reservation logic to txpool reset #10

Workflow file for this run

name: Run Test
on:
push:
branches:
- master
- blob-transaction
- blob-pool
pull_request:
branches:
- master
- blob-transaction
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repo'
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c #v3.3.0
- name: 'Setup Go'
uses: actions/setup-go@v5
with:
go-version: '1.20.10'
- name: 'Go Test- Test Coverage'
run: make test