Skip to content

Commit d2d7670

Browse files
committed
Windows take 4
1 parent 861434d commit d2d7670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ jobs:
276276
277277
# Run rapidcheck tests as their own process so we can see the random seed for each
278278
"$env:BUILD_BUILDDIRECTORY\test\tiledb_unit.exe --list-tests [rapidcheck] --verbosity quiet" | Foreach-Object {
279-
$rapidcheck = "$env:BUILD_BUILDDIRECTORY\test\tiledb_unit.exe \"$_\""
279+
$rapidcheck = "$env:BUILD_BUILDDIRECTORY\test\tiledb_unit.exe $_"
280280
Invoke-Expression $rapidcheck
281281
if ($LastExitCode -ne 0) {
282282
Write-Host "Rapidcheck test \"$_\" failed with exit status: " $LastExitCode

0 commit comments

Comments
 (0)