Skip to content

Commit bc1b3e9

Browse files
committed
CI verifies that docs can be built (#404)
1 parent 5ce4154 commit bc1b3e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,14 @@ jobs:
5555
if: matrix.build == 'stable'
5656
5757
rustfmt:
58-
name: Rustfmt
58+
name: Rustfmt & Docs
5959
runs-on: ubuntu-latest
6060
steps:
6161
- uses: actions/checkout@v3
6262
- name: Install Rust
6363
run: rustup update stable && rustup default stable && rustup component add rustfmt
6464
- run: cargo fmt -- --check
65+
- run: cargo doc --all-features
6566

6667
wasm:
6768
name: WebAssembly

0 commit comments

Comments
 (0)