Skip to content

Commit

Permalink
chore: remove cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed May 6, 2024
1 parent 844d835 commit cb471ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Run cargo build
run: cargo build
- name: Run cargo test
Expand All @@ -22,7 +21,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Run cargo build
run: cargo build
- name: Run cargo test
Expand Down

0 comments on commit cb471ae

Please sign in to comment.