From 4bcabac60baa407be291478ea1e566dc649e250d Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Fri, 17 Feb 2023 12:10:04 +0000 Subject: [PATCH] ci: run clippy --- --- 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' -- gitstuff