Skip to content

Commit

Permalink
Add cache to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danhper committed Jul 12, 2024
1 parent e6ae283 commit ad3db02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Setup Cache
uses: Swatinem/rust-cache@v2
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit ad3db02

Please sign in to comment.