Add caching to CI pipeline for speed

This commit is contained in:
2022-11-05 16:11:30 +01:00
parent cabae7b1fd
commit af0897300d

View File

@@ -30,6 +30,12 @@ jobs:
override: true override: true
components: rustfmt, clippy components: rustfmt, clippy
- name: Set up caching
uses: Swatinem/rust-cache@v2
with:
workspaces: >
2022 -> target
- name: Build binaries - name: Build binaries
working-directory: 2022 working-directory: 2022
run: > run: >