mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
ci: fix nightly
This commit is contained in:
parent
6c0d20fa82
commit
1bd1867647
4
.github/workflows/ci-nightly.yml
vendored
4
.github/workflows/ci-nightly.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
redis-version: 6
|
redis-version: 6
|
||||||
|
|
||||||
- name: cargo test
|
- name: cargo test
|
||||||
run: cargo test --workspace --all-features --no-fail-fast --exclude=diesel-example -- --nocapture
|
run: cargo test --workspace --all-features --no-fail-fast --exclude=db-diesel -- --nocapture
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
|
|
||||||
- name: cargo test (diesel)
|
- name: cargo test (diesel)
|
||||||
@ -55,7 +55,7 @@ jobs:
|
|||||||
cd databases/diesel
|
cd databases/diesel
|
||||||
diesel migration run
|
diesel migration run
|
||||||
chmod a+rwx test.db
|
chmod a+rwx test.db
|
||||||
cargo test -p=diesel-example --no-fail-fast -- --nocapture
|
cargo test -p=db-diesel --no-fail-fast -- --nocapture
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
|
|
||||||
- name: Install cargo-ci-cache-clean
|
- name: Install cargo-ci-cache-clean
|
||||||
|
Loading…
Reference in New Issue
Block a user