Skip to content

Add readonly mode for reth #61

Add readonly mode for reth

Add readonly mode for reth #61

Workflow file for this run

name: 'Bitfinity - Tests'
on:
workflow_dispatch:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always
jobs:
build-test:
runs-on: ubuntu-latest
name: Build and Test
steps:
- uses: actions/checkout@v4
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt
- name: Configure Rust Cache
uses: Swatinem/rust-cache@v2
- name: test
run: |
cargo test bitfinity_test -- --nocapture