Skip to content

Correct gas price pre-London #51

Correct gas price pre-London

Correct gas price pre-London #51

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: -Dwarnings
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo clippy --all-targets --all-features
run-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo test --release