From 1bd18676477bee2604fe3ec5de32d4427823244c Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 20 Jul 2024 03:11:19 +0100 Subject: [PATCH] ci: fix nightly --- .github/workflows/ci-nightly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-nightly.yml b/.github/workflows/ci-nightly.yml index 646810f..506674f 100644 --- a/.github/workflows/ci-nightly.yml +++ b/.github/workflows/ci-nightly.yml @@ -45,7 +45,7 @@ jobs: redis-version: 6 - 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 - name: cargo test (diesel) @@ -55,7 +55,7 @@ jobs: cd databases/diesel diesel migration run 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 - name: Install cargo-ci-cache-clean