mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-20 07:28:26 +08:00
19 lines
597 B
YAML
19 lines
597 B
YAML
name: Stalwart tests
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- v2
|
|
|
|
jobs:
|
|
stalwart-tests:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: dtolnay/rust-toolchain@stable
|
|
- run: ./tests/stalwart.sh
|
|
- run: cargo test --no-default-features --features jmap,rustls-ring --test stalwart-jmap -- --ignored
|
|
- run: cargo test --no-default-features --features imap,rustls-ring --test stalwart-imap -- --ignored
|
|
- run: cargo test --no-default-features --features smtp,rustls-ring --test stalwart-smtp -- --ignored
|
|
- run: docker stop himalaya-tests
|