Fix typo in nightly scheduled jobs

This commit is contained in:
Edward Rudd 2023-10-04 23:20:05 -04:00
parent ce87f7de16
commit 92fa805613

View file

@ -26,7 +26,7 @@ jobs:
if: hashFiles('Cargo.lock') == '' if: hashFiles('Cargo.lock') == ''
run: cargo generate-lockfile run: cargo generate-lockfile
- name: cargo test --locked - 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: services:
cyrus_imapd: cyrus_imapd:
image: outoforder/cyrus-imapd-tester:latest image: outoforder/cyrus-imapd-tester:latest