Skip to content

Commit

Permalink
ci: run doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Mar 11, 2024
1 parent ad9c520 commit 81c98a5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,18 @@ jobs:
if: ${{ matrix.rust != '1.75' }} # MSRV
run: cargo nextest run --workspace ${{ matrix.flags }}

doctest:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- run: cargo test --workspace --doc
- run: cargo test --all-features --workspace --doc

wasm:
runs-on: ubuntu-latest
timeout-minutes: 30
Expand Down

0 comments on commit 81c98a5

Please sign in to comment.