Skip to content

Commit

Permalink
fix(docs): add doc test ci
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Engelhardt <[email protected]>
  • Loading branch information
antonengelhardt committed Oct 14, 2024
1 parent 4f36bf1 commit f151f22
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ jobs:
- name: Package (docs)
run: cargo doc --no-deps --target=wasm32-unknown-unknown

- name: Doc Test
run: cargo test --doc

- name: Package (publish)
run: cargo publish --dry-run --target=wasm32-unknown-unknown

Expand Down Expand Up @@ -182,6 +185,9 @@ jobs:
- name: Package (docs)
run: cargo doc --no-deps --target=wasm32-unknown-unknown

- name: Doc Test
run: cargo test --doc

- name: Package (publish)
run: cargo publish --dry-run --target=wasm32-unknown-unknown

Expand Down Expand Up @@ -231,6 +237,9 @@ jobs:
- name: Package (docs)
run: cargo doc --no-deps --target=wasm32-unknown-unknown

- name: Doc Test
run: cargo test --doc

- name: Package (publish)
run: cargo publish --dry-run --target=wasm32-unknown-unknown

Expand Down

0 comments on commit f151f22

Please sign in to comment.