Skip to content

Commit

Permalink
use Swatinem/rust-cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Jul 2, 2022
1 parent cfb8c01 commit a79c29a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -22,6 +22,7 @@ jobs:
rustup default stable
rustup show
cargo --version
- uses: Swatinem/rust-cache@v1
- name: Run tests
env:
RUST_BACKTRACE: 1
Expand All @@ -41,5 +42,6 @@ jobs:
cargo --version
cargo fmt --version
cargo clippy --version
- uses: Swatinem/rust-cache@v1
- run: cargo fmt -- --color always --check
- run: cargo clippy --color always --all -- -D warnings

0 comments on commit a79c29a

Please sign in to comment.