Skip to content

chore: Update to metrics 0.24 #235

chore: Update to metrics 0.24

chore: Update to metrics 0.24 #235

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo fmt -- --check && ./clippy.sh && cargo test && cargo test --benches