Skip to content

Commit

Permalink
Set NEXTEST_PROFILE=ci on Windows (#15663)
Browse files Browse the repository at this point in the history
This is set in the other jobs, perhaps an oversight here
  • Loading branch information
zanieb authored Jan 22, 2025
1 parent f54b821 commit e220c74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit e220c74

Please sign in to comment.