Added caching for GitHub Workflows

This commit is contained in:
BGluth 2022-08-20 14:26:03 -06:00
parent cbfc13c33f
commit 3c3997b726

View File

@ -23,6 +23,9 @@ jobs:
toolchain: nightly
override: true
- name: rust-cache
uses: Swatinem/rust-cache@v2
- name: Run cargo test
uses: actions-rs/cargo@v1
with:
@ -48,6 +51,9 @@ jobs:
override: true
components: rustfmt, clippy
- name: rust-cache
uses: Swatinem/rust-cache@v2
- name: Run cargo fmt
uses: actions-rs/cargo@v1
with: