Skip to content

Commit 3331d63

Browse files
committed
Revert "Change windows tests from debug to relase."
This reverts commit c6a92af.
1 parent c6a92af commit 3331d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
buildtype: [release] # [debug, release] # TODO: Enable release when all debug tests pass
20+
buildtype: [debug] # [debug, release] # TODO: Enable release when all debug tests pass
2121

2222
env:
2323
LTTNG_UST_REGISTER_TIMEOUT: 0

0 commit comments

Comments
 (0)