Skip to content

Commit

Permalink
test: remove workflow caches
Browse files Browse the repository at this point in the history
  • Loading branch information
notdanilo committed Nov 29, 2024
1 parent f7f494e commit 5d54020
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
with:
toolchain: stable

- name: Cache Rust
uses: Swatinem/rust-cache@v2
# - name: Cache Rust
# uses: Swatinem/rust-cache@v2

- name: Install Solana
run: |
Expand All @@ -58,8 +58,8 @@ jobs:
- name: Install node modules
run: |
yarn --frozen-lockfile --network-concurrency 2
- name: Cache Rust
uses: Swatinem/rust-cache@v2
# - name: Cache Rust
# uses: Swatinem/rust-cache@v2
- name: Run Lint
run: |
if [ "${{ matrix.task }}" == "clippy" ]; then
Expand All @@ -80,8 +80,8 @@ jobs:
with:
toolchain: stable

- name: Cache Rust
uses: Swatinem/rust-cache@v2
# - name: Cache Rust
# uses: Swatinem/rust-cache@v2

- name: Install Solana
run: |
Expand Down

0 comments on commit 5d54020

Please sign in to comment.