Skip to content

Commit

Permalink
ci: Add rust cache (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed Apr 4, 2022
1 parent acae6c2 commit 3a42a92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
profile: minimal
- name: install ninja
uses: seanmiddleditch/gha-setup-ninja@v3
- uses: Swatinem/rust-cache@v1
- name: test
uses: actions-rs/cargo@v1
with:
Expand All @@ -93,6 +94,7 @@ jobs:
toolchain: nightly
default: true
profile: minimal
- uses: Swatinem/rust-cache@v1
- name: install cargo-no-std-check
uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -132,6 +134,7 @@ jobs:
toolchain: stable
default: true
profile: minimal
- uses: Swatinem/rust-cache@v1
- name: cargo check
run: cd test-vendored && cargo check

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,4 +476,4 @@ pub enum Gender {

See [LICENSE](LICENSE) for details.

Copyright 2017 Dan Burkert
Copyright 2022 Dan Burkert & Tokio Contributors

0 comments on commit 3a42a92

Please sign in to comment.