Skip to content

fix: debug mempool lock contention in tx submit peer client #49

fix: debug mempool lock contention in tx submit peer client

fix: debug mempool lock contention in tx submit peer client #49

Workflow file for this run

name: Clippy
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
env:
SQLX_OFFLINE: true
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Clippy check lints
run: cargo clippy -- -D warnings