Skip to content

Commit 618ab57

Browse files
committed
try quoting
1 parent 96a3846 commit 618ab57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Write-Output "Target: $env:CI_TARGET"
55
Write-Output "::group::Running tests"
66

77
$env:RUST_BACKTRACE = "full"
8-
./tests/$env:CI_TARGET/minion-tests.exe --trace
8+
"./tests/$env:CI_TARGET/minion-tests.exe" --trace
99
if ($LASTEXITCODE -ne 0) {
1010
throw "tests failed"
1111
}

0 commit comments

Comments
 (0)