Skip to content

fix: suppress noisy ort/hnsw_rs logs in production, clean up clippy #7

fix: suppress noisy ort/hnsw_rs logs in production, clean up clippy

fix: suppress noisy ort/hnsw_rs logs in production, clean up clippy #7

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- run: cargo fmt --check
- run: cargo clippy -- -D warnings
- run: cargo test --lib