-
-
Notifications
You must be signed in to change notification settings - Fork 807
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
14 additions
and
14 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 |
---|---|---|
|
@@ -21,15 +21,10 @@ jobs: | |
with: | ||
toolchain: ${{ matrix.version }} | ||
|
||
- name: Install cargo-binstall,cargo-ci-cache-clean | ||
uses: taiki-e/[email protected] | ||
with: | ||
tool: cargo-binstall,cargo-ci-cache-clean | ||
|
||
- name: Install DB CLI tools | ||
run: | | ||
cargo binstall sqlx-cli --no-default-features --features=rustls,sqlite | ||
cargo binstall diesel_cli --no-default-features --features sqlite | ||
cargo install --force sqlx-cli --no-default-features --features=sqlite,rustls | ||
cargo install --force diesel_cli --no-default-features --features sqlite | ||
- name: Create Test DBs | ||
env: | ||
|
@@ -63,5 +58,10 @@ jobs: | |
cargo test -p=db-diesel --no-fail-fast -- --nocapture | ||
timeout-minutes: 10 | ||
|
||
- 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 |
---|---|---|
|
@@ -26,15 +26,10 @@ jobs: | |
with: | ||
toolchain: ${{ matrix.version }} | ||
|
||
- name: Install cargo-binstall,cargo-ci-cache-clean | ||
uses: taiki-e/[email protected] | ||
with: | ||
tool: cargo-binstall,cargo-ci-cache-clean | ||
|
||
- name: Install DB CLI tools | ||
run: | | ||
cargo binstall sqlx-cli --no-default-features --features=rustls,sqlite | ||
cargo binstall diesel_cli --no-default-features --features sqlite | ||
cargo install --force sqlx-cli --no-default-features --features=sqlite,rustls | ||
cargo install --force diesel_cli --no-default-features --features sqlite | ||
- name: Create Test DBs | ||
env: | ||
|
@@ -68,5 +63,10 @@ jobs: | |
cargo test -p=db-diesel --no-fail-fast -- --nocapture | ||
timeout-minutes: 10 | ||
|
||
- 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 |