Skip to content

Commit

Permalink
i mispushed
Browse files Browse the repository at this point in the history
  • Loading branch information
jonZlotnik committed Mar 7, 2023
1 parent de2d7fe commit 4861ff2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,15 +160,15 @@ jobs:
with:
toolchain: nightly
override: true
- uses: actions-rs/[email protected]
with:
crate: cargo-tarpaulin
version: latest
- name: Cache ~/.cargo
uses: actions/cache@v1
with:
path: ~/.cargo
key: ${{ runner.os }}-coverage-dotcargo
- uses: actions-rs/[email protected]
with:
crate: cargo-tarpaulin
version: latest
- name: Cache cargo build
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 4861ff2

Please sign in to comment.