Skip to content

Commit

Permalink
disable integration tests for check-sql
Browse files Browse the repository at this point in the history
Change-Id: Ia822b78566792bf03929ea0766694c743fd049b1
  • Loading branch information
s-kipnis committed Oct 19, 2023
1 parent 422ce98 commit 62e1583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/check-sql/scripts/cargo_build_core.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ rem Validate elevation, because full testing is possible only in elevated mode!
)
)
powershell Write-Host "Testing Rust executables" -Foreground White
cargo test --release --target %worker_target% -- --test-threads=4 2>&1
cargo test --lib --release --target %worker_target% -- --test-threads=4 2>&1
if ERRORLEVEL 1 (
powershell Write-Host "Failed cargo test" -Foreground Red
exit /b 19
Expand Down

0 comments on commit 62e1583

Please sign in to comment.