Skip to content

docs: fix CHANGELOG.md heading hierarchy #92

docs: fix CHANGELOG.md heading hierarchy

docs: fix CHANGELOG.md heading hierarchy #92

Workflow file for this run

name: Cargo Build & Test
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
RUST_LOG: warn
jobs:
build_and_test:
name: "run crate tests"
runs-on: ubuntu-latest
strategy:
matrix:
toolchain:
- stable
- beta
steps:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }}
- run: rustup default ${{ matrix.toolchain }}
- run: cargo test --verbose --all-features