mirror of
https://github.com/chronotope/chrono.git
synced 2025-09-27 04:50:52 +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:
|
||||
toolchain: stable
|
||||
override: true
|
||||
- use: Swatinem/rust-cache@v1
|
||||
- name: Lint
|
||||
run: bash ci/lint.sh
|
||||
- name: Run ShellCheck
|
||||
|
1
.github/workflows/test-release.yml
vendored
1
.github/workflows/test-release.yml
vendored
@ -46,6 +46,7 @@ jobs:
|
||||
with:
|
||||
toolchain: ${{ matrix.rust_version }}
|
||||
override: true
|
||||
- use: Swatinem/rust-cache@v1
|
||||
|
||||
- name: Build and Test
|
||||
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 }}
|
||||
override: true
|
||||
|
||||
- use: Swatinem/rust-cache@v1
|
||||
- name: Build and Test
|
||||
run: bash ci/github.sh
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user