mirror of
https://github.com/chatmail/core.git
synced 2026-05-16 21:36:30 +03:00
ci: remove cargo-nextest bug workaround
The problem should be fixed since nextest 0.9.72.
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -125,9 +125,6 @@ jobs:
|
|||||||
- name: Tests
|
- name: Tests
|
||||||
env:
|
env:
|
||||||
RUST_BACKTRACE: 1
|
RUST_BACKTRACE: 1
|
||||||
|
|
||||||
# Workaround for <https://github.com/nextest-rs/nextest/issues/1493>.
|
|
||||||
RUSTUP_WINDOWS_PATH_ADD_BIN: 1
|
|
||||||
run: cargo nextest run --workspace
|
run: cargo nextest run --workspace
|
||||||
|
|
||||||
- name: Doc-Tests
|
- name: Doc-Tests
|
||||||
|
|||||||
Reference in New Issue
Block a user