Skip to content

Add doc comments. Add doc test. (#22) #77

Add doc comments. Add doc test. (#22)

Add doc comments. Add doc test. (#22) #77

Workflow file for this run

name: Nightly
on:
push:
branches: ["main"]
paths-ignore:
- "README.md"
- "LICENSE-*"
- ".gitignore"
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: Swatinem/rust-cache@v2
- run: cargo test --all-features