Skip to content

feat: Exponential read-ahead cache #323

feat: Exponential read-ahead cache

feat: Exponential read-ahead cache #323

Workflow file for this run

name: Rust
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo install cargo-all-features
- name: Check all combinations of features can build
run: cargo check-all-features
- name: "cargo test"
run: |
cargo test --all
cargo test --all --all-features