Skip to content

Commit ee8c9b0

Browse files
committed
Windows take 6
1 parent 81150fd commit ee8c9b0

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
@@ -275,7 +275,7 @@ jobs:
275275
}
276276
277277
# Run rapidcheck tests as their own process so we can see the random seed for each
278-
"$env:BUILD_BUILDDIRECTORY\test\tiledb_unit.exe --list-tests [rapidcheck] --verbosity quiet" | Foreach-Object {
278+
"$env:BUILD_BUILDDIRECTORY\test\tiledb_unit.exe --list-tests `[rapidcheck`] --verbosity quiet" | Foreach-Object {
279279
$rapidcheck = "$env:BUILD_BUILDDIRECTORY\test\tiledb_unit.exe '$_'"
280280
Write-Host "cmds: '$rapidcheck'"
281281
Invoke-Expression $rapidcheck

0 commit comments

Comments
 (0)