Skip to content

Commit

Permalink
Update GHA config
Browse files Browse the repository at this point in the history
  • Loading branch information
Celeo committed Oct 19, 2024
1 parent 3beebcf commit b202e3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ jobs:
if: |
!(github.event_name == 'push' && contains(github.event.head_commit.message, '[skip ci]'))
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
with:
prefix-key: "7ee02414-911d-42f1-8867-383492c41111"
save-if: ${{ github.ref == 'refs/heads/master' }}
- name: Install clippy
run: rustup component add clippy
- name: Run tests
Expand Down

0 comments on commit b202e3e

Please sign in to comment.