diff options
| author | KyleMiles <krm504@nyu.edu> | 2024-05-10 11:50:07 -0400 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2024-05-10 12:00:56 -0400 |
| commit | adde27cfa50f7ef70821cecb71967d538962f7b3 (patch) | |
| tree | 5378167c1b3aaa1d36f8b8098e12b25241488025 /.github | |
| parent | b2ec4cc4bb2e5535769928b561f1c1932a66dcc8 (diff) | |
Fix remaining Rust doc examples; We now make sure examples build in PR CI
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c0967cac..3e78ce0f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -33,6 +33,10 @@ jobs: working-directory: ./rust run: cargo check --workspace --all-features + - name: cargo doc test + working-directory: ./rust + run: cargo test --doc -- --show-output + - name: cargo clippy working-directory: ./rust run: cargo clippy -- -D warnings |
