Skip to content

Commit 6de46c9

Browse files
committed
trace
1 parent 1a27715 commit 6de46c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if ($LASTEXITCODE -ne 0) {
1919

2020
Write-Output "::group::Running tests"
2121
$env:RUST_BACKTRACE = 1
22-
./out/minion-tests.exe
22+
./out/minion-tests.exe --trace
2323
if ($LASTEXITCODE -ne 0) {
2424
throw "tests failed"
2525
}

0 commit comments

Comments
 (0)