Fix typo in nightly scheduled jobs
This commit is contained in:
parent
ce87f7de16
commit
92fa805613
1 changed files with 1 additions and 1 deletions
2
.github/workflows/scheduled.yml
vendored
2
.github/workflows/scheduled.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue