1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-04 00:54:07 +02:00

rust cache in ci

This commit is contained in:
Robin Appelman 2021-07-16 18:57:38 +02:00
commit f8542c5c2f

View file

@ -13,6 +13,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
command: check
@ -27,6 +28,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
command: test
@ -41,6 +43,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v1
- run: rustup component add rustfmt
- uses: actions-rs/cargo@v1
with:
@ -57,6 +60,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v1
- run: rustup component add clippy
- uses: actions-rs/cargo@v1
with:
@ -74,6 +78,7 @@ jobs:
toolchain: nightly
override: true
components: miri
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
command: miri