Skip to content

Commit 3b30099

Browse files
authored
ci: really check docs for warnings (#357)
1 parent f701f52 commit 3b30099

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010
CARGO_TARGET_WASM32_WASIP1_RUNNER: "/home/runner/.wasmtime/bin/wasmtime --dir /tmp/"
1111
CARGO_TARGET_WASM32_WASIP2_RUNNER: "/home/runner/.wasmtime/bin/wasmtime --dir /tmp/"
1212
RUSTFLAGS: "-D warnings"
13+
RUSTDOCFLAGS: "-D warnings"
1314

1415
name: CI
1516
jobs:
@@ -104,5 +105,3 @@ jobs:
104105
run: cargo doc --all --no-deps
105106
- name: Check for clippy lints
106107
run: cargo clippy
107-
- name: Check for clippy lints
108-
run: cargo clippy

0 commit comments

Comments
 (0)