From d0588f0600f71a820ba9731b997319a9dd94dd51 Mon Sep 17 00:00:00 2001 From: SmartMonkey Date: Mon, 16 Feb 2026 13:23:07 +0100 Subject: [PATCH] Run documentation code --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d8d6ad..2a45af6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,9 @@ jobs: - name: Test run: cargo nextest run --workspace --lib --all-targets --all-features + - name: Test Docstrings + run: cargo test --doc --workspace --all-features + format: name: Code Format runs-on: ubuntu-latest @@ -64,6 +67,7 @@ jobs: - name: Check formatting of Rust code with rustfmt uses: actions-rust-lang/rustfmt@v1.1.1 + lint: name: Code Lint runs-on: ubuntu-latest