ci: fix test paths in build-windows.ps1
This commit is contained in:
parent
460a30bbac
commit
363f337e17
|
|
@ -32,16 +32,15 @@ if ( $? -eq $false ) {
|
|||
throw "package failed"
|
||||
}
|
||||
|
||||
.\tests\Release\tests.exe
|
||||
.\tests\tests.exe
|
||||
|
||||
if ( $? -eq $false ) {
|
||||
throw "tests failed"
|
||||
}
|
||||
|
||||
# run hidden tests (releaseonly)
|
||||
.\tests\Release\tests.exe [.]
|
||||
.\tests\tests.exe [.]
|
||||
|
||||
if ( $? -eq $false ) {
|
||||
throw "tests [.] failed"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue