Skip to content

Commit

Permalink
Use rust-cache action v2
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Apr 11, 2024
1 parent 2df5b80 commit e5129f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Cache cargo build
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2
- name: Check build with --no-default-features
run: cargo build --no-default-features
- name: Check build with default features
Expand All @@ -47,6 +47,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Cache cargo build
uses: Swatinem/rust-cache@v2
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Generate code coverage
Expand Down

0 comments on commit e5129f0

Please sign in to comment.