diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9b78c11dc..330a5205a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,6 +8,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: toolchain: stable + - uses: Swatinem/rust-cache@v1 - run: cargo clippy --all-features --tests -- -D clippy::all -D warnings --no-deps - run: cargo fmt -- --check @@ -29,6 +30,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: toolchain: stable + - uses: Swatinem/rust-cache@v1 - run: cargo test --all-features . env: CARGO_TERM_COLOR: always