diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 26b877f..86e5763 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -26,7 +26,7 @@ jobs: if: hashFiles('Cargo.lock') == '' run: cargo generate-lockfile - name: cargo test --locked - run: caro test --locked --features test-full-imap --all-targets + run: cargo test --locked --features test-full-imap --all-targets services: cyrus_imapd: image: outoforder/cyrus-imapd-tester:latest