Skip to content

Commit

Permalink
CI: Codecov cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Tpt committed Mar 23, 2024
1 parent acc6c7c commit 00e230e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup update
- uses: taiki-e/install-action@v2
with: { tool: cargo-deny }
- run: cargo deny check
Expand Down Expand Up @@ -108,6 +107,7 @@ jobs:
with:
submodules: true
- run: rustup update
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@v2
with: { tool: cargo-llvm-cov }
- run: cargo llvm-cov --codecov --output-path codecov.json
Expand Down

0 comments on commit 00e230e

Please sign in to comment.