Skip to content

Simplify vector operations in natural_cubic.rs #30

Simplify vector operations in natural_cubic.rs

Simplify vector operations in natural_cubic.rs #30

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt
- uses: taiki-e/install-action@nextest
- run: cargo fmt --all --check
- run: cargo check --workspace
- run: cargo clippy --all-targets --all-features -- -D warnings
- run: cargo nextest run -E 'all() - package(calendar)'
- run: cargo test --doc