mirror of
https://github.com/chatmail/core.git
synced 2026-05-23 00:36:32 +03:00
ci: set RUSTUP_WINDOWS_PATH_ADD_BIN
This is a workaround for <https://github.com/nextest-rs/nextest/issues/1493>
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -113,6 +113,9 @@ 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