-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Swatinem/rust-cache digest to 23bce25
- Loading branch information
1 parent
21f80b0
commit a63240e
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
- uses: dtolnay/rust-toolchain@stable | ||
with: | ||
components: rustfmt, clippy | ||
- uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2 | ||
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2 | ||
- name: Lint (clippy) | ||
run: cargo clippy --all-features --all-targets | ||
- name: Install cargo-hack | ||
|
@@ -52,7 +52,7 @@ jobs: | |
- uses: dtolnay/rust-toolchain@master | ||
with: | ||
toolchain: ${{ matrix.rust-version }} | ||
- uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2 | ||
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2 | ||
|
||
# Build all packages we care about one by one to ensure feature unification | ||
# doesn't happen. | ||
|
@@ -91,7 +91,7 @@ jobs: | |
- uses: dtolnay/rust-toolchain@master | ||
with: | ||
toolchain: ${{ matrix.rust-version }} | ||
- uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2 | ||
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2 | ||
- name: Build | ||
# Build all targets to ensure examples are built as well. | ||
# Exclude cargo-compare so that it only runs on the cfg-expr version below. | ||
|
@@ -137,7 +137,7 @@ jobs: | |
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 | ||
# This matches the cfg-expr version. | ||
- uses: dtolnay/[email protected] | ||
- uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2 | ||
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2 | ||
- name: Build and test | ||
run: cargo test --package cargo-compare --release | ||
|
||
|
@@ -151,7 +151,7 @@ jobs: | |
- uses: dtolnay/rust-toolchain@stable | ||
with: | ||
targets: aarch64-unknown-linux-gnu | ||
- uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2 | ||
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2 | ||
- name: Build | ||
uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1 | ||
with: | ||
|