Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #32 from conduit-rust/renovate/swatinem-rust-cache…
Browse files Browse the repository at this point in the history
…-2.x
  • Loading branch information
JohnTitor authored Nov 6, 2022
2 parents e249f9b + fa59dd6 commit 22c9bc3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2.0.2
- uses: Swatinem/rust-cache@v2.1.0
- run: cargo check --workspace --all-targets
env:
RUSTFLAGS: "-D warnings"
Expand All @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2.0.2
- uses: Swatinem/rust-cache@v2.1.0
- run: cargo test --workspace

fmt:
Expand All @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: rustup component add rustfmt
- uses: Swatinem/rust-cache@v2.0.2
- uses: Swatinem/rust-cache@v2.1.0
- run: cargo fmt --all -- --check

clippy:
Expand All @@ -40,5 +40,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: rustup component add clippy
- uses: Swatinem/rust-cache@v2.0.2
- uses: Swatinem/rust-cache@v2.1.0
- run: cargo clippy --workspace -- --deny warnings

0 comments on commit 22c9bc3

Please sign in to comment.