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