Skip to content

fix: context engine cleanup — N+1 queries, resolution consolidation #20

fix: context engine cleanup — N+1 queries, resolution consolidation

fix: context engine cleanup — N+1 queries, resolution consolidation #20

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