Skip to content

Defragmentation in a btree page #65

Defragmentation in a btree page

Defragmentation in a btree page #65

Workflow file for this run

name: actions
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo fmt --all -- --check
- run: cargo clippy --all-targets --all-features -- -D warnings
- run: cargo build
- run: cargo test