Skip to content

Commit

Permalink
Merge pull request nannou-org#853 from mitchmindtree/ci-rust-cache
Browse files Browse the repository at this point in the history
Speedup CI jobs using rust-cache action
  • Loading branch information
mitchmindtree authored May 15, 2022
2 parents 49d0ad4 + 3710123 commit 4321f68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nannou.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v1
- name: Run default features
uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -61,6 +62,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v1
- name: Run all features
uses: actions-rs/cargo@v1
with:
Expand All @@ -86,6 +88,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v1
- name: Text no_std
uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -114,6 +117,7 @@ jobs:
toolchain: stable
override: true
target: wasm32-unknown-unknown
- uses: Swatinem/rust-cache@v1
- name: Run check
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 4321f68

Please sign in to comment.