--- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -59,4 +59,6 @@ target: wasm32-unknown-unknown components: rustfmt, clippy - name: Run cargo check - run: cargo clippy -- -Dwarnings + run: cargo clippy --features=quartz-runtime,unique-runtime,try-runtime,runtime-benchmarks --tests -- -Dwarnings + env: + SKIP_WASM_BUILD: '1'