Set NEXTEST_PROFILE=ci on Windows (#15663)

This is set in the other jobs, perhaps an oversight here
This commit is contained in:
Zanie Blue
2025-01-22 01:09:36 -06:00
committed by GitHub
parent f54b82147e
commit e220c74163

View File

@@ -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: |