ci: remove cargo-nextest bug workaround

The problem should be fixed
since nextest 0.9.72.
This commit is contained in:
link2xt
2024-05-30 09:20:21 +00:00
parent 70ad323c9a
commit ad271fac80

View File

@@ -125,9 +125,6 @@ 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