Skip to content

Commit

Permalink
ci: add cache to pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
SkuldNorniern committed Nov 7, 2023
1 parent f15284c commit 7313f2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: cargo install cargo-deb
- name: Install rpm generator
run: cargo install cargo-generate-rpm
- name: Cache dependencies
uses: Swatinem/[email protected]
- name: Run tests
run: cargo test --verbose
- name: Run Clippy
Expand Down

0 comments on commit 7313f2a

Please sign in to comment.