Skip to content

Commit 67f03d6

Browse files
committed
Enable debug tests only in windows ci.
1 parent c865e6b commit 67f03d6

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: [debug, release]
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)