mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
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
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
@ -221,6 +221,7 @@ jobs:
|
|||
- name: "Run tests"
|
||||
shell: bash
|
||||
env:
|
||||
NEXTEST_PROFILE: "ci"
|
||||
# Workaround for <https://github.com/nextest-rs/nextest/issues/1493>.
|
||||
RUSTUP_WINDOWS_PATH_ADD_BIN: 1
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue