mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 14:06:29 +03:00
use same encoded-words as deltachat/rust-email (#3549)
* use same encoded-words as deltachat/rust-email * test `cargo vendor` in CI
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -116,6 +116,11 @@ jobs:
|
||||
command: test
|
||||
args: --all
|
||||
|
||||
- name: test cargo vendor
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: vendor
|
||||
|
||||
- name: install python
|
||||
if: ${{ matrix.python }}
|
||||
uses: actions/setup-python@v4
|
||||
|
||||
Reference in New Issue
Block a user