mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 15:06:30 +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
|
||||
env:
|
||||
RUST_BACKTRACE: 1
|
||||
|
||||
# Workaround for <https://github.com/nextest-rs/nextest/issues/1493>.
|
||||
RUSTUP_WINDOWS_PATH_ADD_BIN: 1
|
||||
run: cargo nextest run --workspace
|
||||
|
||||
- name: Doc-Tests
|
||||
|
||||
Reference in New Issue
Block a user