summaryrefslogtreecommitdiffstats
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 8abcc60..9675a62 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -23,6 +23,8 @@ jobs:
toolchain: ${{ matrix.rust }}
override: true
+ - uses: Swatinem/rust-cache@v2
+
- name: tests
uses: actions-rs/cargo@v1
with:
@@ -40,6 +42,8 @@ jobs:
components: rustfmt, clippy
override: true
+ - uses: Swatinem/rust-cache@v2
+
- name: fmt
run: cargo fmt --all -- --check