-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
29 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 |
---|---|---|
|
@@ -35,9 +35,10 @@ jobs: | |
with: | ||
toolchain: nightly | ||
|
||
- uses: taiki-e/[email protected] | ||
- name: Install cargo-hack and cargo-ci-cache-clean | ||
uses: taiki-e/[email protected] | ||
with: | ||
tool: cargo-hack | ||
tool: cargo-hack,cargo-ci-cache-clean | ||
|
||
- name: check minimal | ||
run: cargo ci-min | ||
|
@@ -52,15 +53,9 @@ jobs: | |
timeout-minutes: 40 | ||
run: cargo ci-test | ||
|
||
- name: Install cargo-ci-cache-clean | ||
uses: taiki-e/[email protected] | ||
with: | ||
tool: cargo-ci-cache-clean | ||
|
||
- name: CI cache clean | ||
run: cargo-ci-cache-clean | ||
|
||
|
||
build_and_test_other_nightly: | ||
strategy: | ||
fail-fast: false | ||
|
@@ -81,9 +76,10 @@ jobs: | |
with: | ||
toolchain: nightly | ||
|
||
- uses: taiki-e/[email protected] | ||
- name: Install cargo-hack and cargo-ci-cache-clean | ||
uses: taiki-e/[email protected] | ||
with: | ||
tool: cargo-hack | ||
tool: cargo-hack,cargo-ci-cache-clean | ||
|
||
- name: check minimal | ||
run: cargo ci-min | ||
|
@@ -98,10 +94,5 @@ jobs: | |
timeout-minutes: 40 | ||
run: cargo ci-test --exclude=actix-redis --exclude=actix-session --exclude=actix-limitation -- --nocapture | ||
|
||
- name: Install cargo-ci-cache-clean | ||
uses: taiki-e/[email protected] | ||
with: | ||
tool: cargo-ci-cache-clean | ||
|
||
- name: CI cache clean | ||
run: cargo-ci-cache-clean |
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 |
---|---|---|
|
@@ -48,10 +48,10 @@ jobs: | |
with: | ||
toolchain: ${{ matrix.version.version }} | ||
|
||
- name: Install cargo-hack | ||
- name: Install cargo-hack and cargo-ci-cache-clean | ||
uses: taiki-e/[email protected] | ||
with: | ||
tool: cargo-hack | ||
tool: cargo-hack,cargo-ci-cache-clean | ||
|
||
# - name: workaround MSRV issues | ||
# if: matrix.version.name == 'msrv' | ||
|
@@ -71,11 +71,6 @@ jobs: | |
timeout-minutes: 40 | ||
run: cargo ci-test | ||
|
||
- name: Install cargo-ci-cache-clean | ||
uses: taiki-e/[email protected] | ||
with: | ||
tool: cargo-ci-cache-clean | ||
|
||
- name: CI cache clean | ||
run: cargo-ci-cache-clean | ||
|
||
|
@@ -102,10 +97,10 @@ jobs: | |
with: | ||
toolchain: ${{ matrix.version.version }} | ||
|
||
- name: Install cargo-hack | ||
- name: Install cargo-hack and cargo-ci-cache-clean | ||
uses: taiki-e/[email protected] | ||
with: | ||
tool: cargo-hack | ||
tool: cargo-hack,cargo-ci-cache-clean | ||
|
||
# - name: workaround MSRV issues | ||
# if: matrix.version.name == 'msrv' | ||
|
@@ -125,11 +120,6 @@ jobs: | |
timeout-minutes: 40 | ||
run: cargo ci-test --exclude=actix-redis --exclude=actix-session --exclude=actix-limitation | ||
|
||
- name: Install cargo-ci-cache-clean | ||
uses: taiki-e/[email protected] | ||
with: | ||
tool: cargo-ci-cache-clean | ||
|
||
- name: CI cache clean | ||
run: cargo-ci-cache-clean | ||
|
||
|