Skip to content

Commit dcc393d

Browse files
authored
Skip WASM build for clippy (#1217)
1 parent f39f8ef commit dcc393d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/static-analysis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
run: rustup target list --installed
5757

5858
- uses: actions-rs/clippy-check@v1
59+
env:
60+
SKIP_WASM_BUILD: 1
5961
with:
6062
token: ${{ secrets.GITHUB_TOKEN }}
6163
args: --features try-runtime,runtime-benchmarks -- -D warnings

0 commit comments

Comments
 (0)