|
|
|
@ -20,7 +20,7 @@ jobs:
|
|
|
|
|
override: true |
|
|
|
|
profile: minimal |
|
|
|
|
- name: Cache cargo |
|
|
|
|
uses: actions/cache@v2.1.5 |
|
|
|
|
uses: actions/cache@v2.1.6 |
|
|
|
|
with: |
|
|
|
|
path: | |
|
|
|
|
target |
|
|
|
@ -43,7 +43,7 @@ jobs:
|
|
|
|
|
override: true |
|
|
|
|
profile: minimal |
|
|
|
|
- name: Cache cargo build |
|
|
|
|
uses: actions/cache@v2.1.5 |
|
|
|
|
uses: actions/cache@v2.1.6 |
|
|
|
|
with: |
|
|
|
|
path: target |
|
|
|
|
key: ${{ runner.os }}-cargo-check-${{ hashFiles('**/Cargo.lock') }} |
|
|
|
@ -78,7 +78,7 @@ jobs:
|
|
|
|
|
override: true |
|
|
|
|
profile: minimal |
|
|
|
|
- name: Cache cargo |
|
|
|
|
uses: actions/cache@v2.1.5 |
|
|
|
|
uses: actions/cache@v2.1.6 |
|
|
|
|
with: |
|
|
|
|
path: | |
|
|
|
|
target |
|
|
|
@ -108,7 +108,7 @@ jobs:
|
|
|
|
|
override: true |
|
|
|
|
profile: minimal |
|
|
|
|
- name: Cache cargo |
|
|
|
|
uses: actions/cache@v2.1.5 |
|
|
|
|
uses: actions/cache@v2.1.6 |
|
|
|
|
with: |
|
|
|
|
path: target |
|
|
|
|
key: ${{ runner.os }}-cargo-test-${{ hashFiles('**/Cargo.lock') }} |
|
|
|
@ -160,7 +160,7 @@ jobs:
|
|
|
|
|
profile: minimal |
|
|
|
|
components: clippy |
|
|
|
|
- name: Cache cargo |
|
|
|
|
uses: actions/cache@v2.1.5 |
|
|
|
|
uses: actions/cache@v2.1.6 |
|
|
|
|
with: |
|
|
|
|
path: | |
|
|
|
|
target |
|
|
|
@ -183,7 +183,7 @@ jobs:
|
|
|
|
|
override: true |
|
|
|
|
profile: minimal |
|
|
|
|
- name: Cache cargo |
|
|
|
|
uses: actions/cache@v2.1.5 |
|
|
|
|
uses: actions/cache@v2.1.6 |
|
|
|
|
with: |
|
|
|
|
path: | |
|
|
|
|
target |
|
|
|
@ -206,7 +206,7 @@ jobs:
|
|
|
|
|
override: true |
|
|
|
|
profile: minimal |
|
|
|
|
- name: Cache cargo |
|
|
|
|
uses: actions/cache@v2.1.5 |
|
|
|
|
uses: actions/cache@v2.1.6 |
|
|
|
|
with: |
|
|
|
|
path: | |
|
|
|
|
target |
|
|
|
|