Skip to content

Update zstd requirement from 0.12 to 0.13 #9

Update zstd requirement from 0.12 to 0.13

Update zstd requirement from 0.12 to 0.13 #9

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test
- run: cargo doc
- run: cargo check --manifest-path fuzz/Cargo.toml