Skip to content

Commit 54b36f5

Browse files
committed
2 parents 9dcd245 + df3c57d commit 54b36f5

File tree

111 files changed

+38454
-695
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+38454
-695
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
working-directory: ./rust
3434
run: cargo check --workspace --all-features
3535

36+
- name: cargo doc test
37+
working-directory: ./rust
38+
run: cargo test --doc -- --show-output
39+
3640
- name: cargo clippy
3741
working-directory: ./rust
3842
run: cargo clippy -- -D warnings

0 commit comments

Comments
 (0)