Skip to content

Commit

Permalink
ci(lint-and-test): add prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Feb 16, 2024
1 parent 76620fc commit 7e5dfb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
@@ -27,6 +27,8 @@ jobs:
- uses: actions/checkout@v4
- name: Rust cache
uses: Swatinem/rust-cache@v2
with:
prefix-key: ${{ runner.os }}
- name: Install components
run: |
rustup component add clippy

0 comments on commit 7e5dfb0

Please sign in to comment.