build: add RUSTUP_WINDOWS_PATH_ADD_BIN env (#3969)

build: add RUSTUP_WINDOWS_PATH_ADD_BIN: 1
This commit is contained in:
Yingwen
2024-05-17 14:01:46 +08:00
committed by GitHub
parent ca409a732f
commit e372e25e30
2 changed files with 4 additions and 0 deletions

View File

@@ -59,6 +59,9 @@ runs:
if: ${{ inputs.disable-run-tests == 'false' }}
shell: pwsh
run: make test sqlness-test
env:
RUSTUP_WINDOWS_PATH_ADD_BIN: 1 # Workaround for https://github.com/nextest-rs/nextest/issues/1493
RUST_BACKTRACE: 1
- name: Upload sqlness logs
if: ${{ failure() }} # Only upload logs when the integration tests failed.