Browse Source

Cache clippy artifacts

integrate-protocol-maker-side
Thomas Eizinger 4 years ago
parent
commit
52d24de1a8
No known key found for this signature in database GPG Key ID: 651AC83A6C6C8B96
  1. 1
      .github/workflows/ci.yml

1
.github/workflows/ci.yml

@ -25,6 +25,7 @@ jobs:
override: true
toolchain: stable
components: clippy
- uses: Swatinem/rust-cache@v1.3.0
- run: cargo clippy --workspace --all-targets -- -D warnings
yarn:

Loading…
Cancel
Save