We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81150fd commit ee8c9b0Copy full SHA for ee8c9b0
.github/workflows/build-windows.yml
@@ -275,7 +275,7 @@ jobs:
275
}
276
277
# 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 {
+ "$env:BUILD_BUILDDIRECTORY\test\tiledb_unit.exe --list-tests `[rapidcheck`] --verbosity quiet" | Foreach-Object {
279
$rapidcheck = "$env:BUILD_BUILDDIRECTORY\test\tiledb_unit.exe '$_'"
280
Write-Host "cmds: '$rapidcheck'"
281
Invoke-Expression $rapidcheck
0 commit comments