Skip to content

Commit

Permalink
readded cache
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Sep 27, 2023
1 parent aa5490f commit 46297f0
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/grovedb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
with:
toolchain: stable

# - name: Enable Rust cache
# uses: Swatinem/rust-cache@v2
# with:
# cache-on-failure: "false"
- name: Enable Rust cache
uses: Swatinem/rust-cache@v2
with:
cache-on-failure: "false"

- run: cargo test --workspace --all-features

Expand All @@ -52,10 +52,10 @@ jobs:
default: true
components: clippy

# - name: Enable Rust cache
# uses: Swatinem/rust-cache@v2
# with:
# cache-on-failure: "false"
- name: Enable Rust cache
uses: Swatinem/rust-cache@v2
with:
cache-on-failure: "false"

- uses: actions-rs/clippy-check@v1
with:
Expand All @@ -80,10 +80,10 @@ jobs:
default: true
components: rustfmt

# - name: Enable Rust cache
# uses: Swatinem/rust-cache@v2
# with:
# cache-on-failure: "false"
- name: Enable Rust cache
uses: Swatinem/rust-cache@v2
with:
cache-on-failure: "false"

- run: exit `cargo +nightly fmt --check | wc -l`

Expand All @@ -104,10 +104,10 @@ jobs:
toolchain: stable
default: true

# - name: Enable Rust cache
# uses: Swatinem/rust-cache@v2
# with:
# cache-on-failure: "false"
- name: Enable Rust cache
uses: Swatinem/rust-cache@v2
with:
cache-on-failure: "false"

- run: cargo check

Expand Down

0 comments on commit 46297f0

Please sign in to comment.