Skip to content

Commit

Permalink
add extra key for the target
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmorley committed Jun 29, 2023
1 parent ad01433 commit b1ed868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
uses: Swatinem/rust-cache@v2
with:
cache-all-crates: true
key: ${{ matrix.target }}
- name: Clippy
run: cargo clippy --target=${{ matrix.target }} --all-targets --all-features --workspace --exclude=aws-config -- -D warnings
- name: Build
Expand Down

0 comments on commit b1ed868

Please sign in to comment.