mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 22:16:30 +03:00
Move deltachat-repl into a separate crate
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
override: true
|
||||
- name: Cache rust cargo artifacts
|
||||
uses: swatinem/rust-cache@v2
|
||||
- run: cargo clippy --workspace --tests --examples --benches --features repl -- -D warnings
|
||||
- run: cargo clippy --workspace --tests --examples --benches -- -D warnings
|
||||
|
||||
docs:
|
||||
name: Rust doc comments
|
||||
@@ -89,7 +89,7 @@ jobs:
|
||||
uses: swatinem/rust-cache@v2
|
||||
|
||||
- name: check
|
||||
run: cargo check --all --bins --examples --tests --features repl --benches
|
||||
run: cargo check --all --bins --examples --tests --benches
|
||||
|
||||
- name: tests
|
||||
run: cargo test --all
|
||||
|
||||
Reference in New Issue
Block a user