Skip to content

Commit

Permalink
Build doc in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloquinte committed Jan 7, 2024
1 parent 11a6bf2 commit 2f4b1d3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/check-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@ jobs:
- name: Run cargo test suite
run: cargo test --workspace --verbose

doc:
name: Doc
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- name: Run cargo check
run: cargo doc --workspace --verbose --no-deps --features=all

pystubs:
name: Test python stubs
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2f4b1d3

Please sign in to comment.