mirror of
https://github.com/chatmail/core.git
synced 2026-04-23 00:16:34 +03:00
Try to use test instead of nextest
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -105,15 +105,10 @@ jobs:
|
||||
- name: Cache rust cargo artifacts
|
||||
uses: swatinem/rust-cache@v2
|
||||
|
||||
- name: Install nextest
|
||||
uses: taiki-e/install-action@v2
|
||||
with:
|
||||
tool: nextest
|
||||
|
||||
- name: Tests
|
||||
env:
|
||||
RUST_BACKTRACE: 1
|
||||
run: cargo nextest run --workspace
|
||||
run: cargo test run --workspace
|
||||
|
||||
- name: Doc-Tests
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user