git.delta.rocks / unique-network / refs/commits / 4bcabac60baa

difftreelog

ci run clippy

Yaroslav Bolyukin2023-02-17parent: #9f5355d.patch.diff
in: master

1 file changed

modified.github/workflows/codestyle.ymldiffbeforeafterboth
59 target: wasm32-unknown-unknown59 target: wasm32-unknown-unknown
60 components: rustfmt, clippy60 components: rustfmt, clippy
61 - name: Run cargo check61 - name: Run cargo check
62 run: cargo clippy -- -Dwarnings62 run: cargo clippy --features=quartz-runtime,unique-runtime,try-runtime,runtime-benchmarks --tests -- -Dwarnings
63 env:
64 SKIP_WASM_BUILD: '1'
6365