mirror of https://github.com/astral-sh/ruff
Set `NEXTEST_PROFILE=ci` on Windows (#15663)
This is set in the other jobs, perhaps an oversight here
This commit is contained in:
parent
f54b82147e
commit
e220c74163
|
|
@ -221,6 +221,7 @@ jobs:
|
||||||
- name: "Run tests"
|
- name: "Run tests"
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
NEXTEST_PROFILE: "ci"
|
||||||
# Workaround for <https://github.com/nextest-rs/nextest/issues/1493>.
|
# Workaround for <https://github.com/nextest-rs/nextest/issues/1493>.
|
||||||
RUSTUP_WINDOWS_PATH_ADD_BIN: 1
|
RUSTUP_WINDOWS_PATH_ADD_BIN: 1
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue