mirror of
https://github.com/chronotope/chrono.git
synced 2025-09-28 21:42:01 +00:00
caching
This commit is contained in:
parent
7a357cdaca
commit
c4306b2155
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
|
- use: Swatinem/rust-cache@v1
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: bash ci/lint.sh
|
run: bash ci/lint.sh
|
||||||
- name: Run ShellCheck
|
- name: Run ShellCheck
|
||||||
|
1
.github/workflows/test-release.yml
vendored
1
.github/workflows/test-release.yml
vendored
@ -46,6 +46,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
toolchain: ${{ matrix.rust_version }}
|
toolchain: ${{ matrix.rust_version }}
|
||||||
override: true
|
override: true
|
||||||
|
- use: Swatinem/rust-cache@v1
|
||||||
|
|
||||||
- name: Build and Test
|
- name: Build and Test
|
||||||
run: bash ci/github.sh
|
run: bash ci/github.sh
|
||||||
|
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -55,6 +55,7 @@ jobs:
|
|||||||
toolchain: ${{ matrix.rust_version }}
|
toolchain: ${{ matrix.rust_version }}
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
|
- use: Swatinem/rust-cache@v1
|
||||||
- name: Build and Test
|
- name: Build and Test
|
||||||
run: bash ci/github.sh
|
run: bash ci/github.sh
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user