aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/check.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index 1e51c32e..43aae8e1 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -4,6 +4,10 @@ jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
+ - name: Cache
+ uses: actions/cache@v3.0.4
+ with:
+ path: target
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with: