We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f701f52 commit 3b30099Copy full SHA for 3b30099
1 file changed
.github/workflows/ci.yml
@@ -10,6 +10,7 @@ env:
10
CARGO_TARGET_WASM32_WASIP1_RUNNER: "/home/runner/.wasmtime/bin/wasmtime --dir /tmp/"
11
CARGO_TARGET_WASM32_WASIP2_RUNNER: "/home/runner/.wasmtime/bin/wasmtime --dir /tmp/"
12
RUSTFLAGS: "-D warnings"
13
+ RUSTDOCFLAGS: "-D warnings"
14
15
name: CI
16
jobs:
@@ -104,5 +105,3 @@ jobs:
104
105
run: cargo doc --all --no-deps
106
- name: Check for clippy lints
107
run: cargo clippy
- - name: Check for clippy lints
108
- run: cargo clippy
0 commit comments