Skip to content

Commit 7b04605

Browse files
committed
wip: [actions] Build only debug
1 parent f808b77 commit 7b04605

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
pull_request:
77

88
env:
9-
BUILD_TYPE: Release
9+
# Build debug because tracepp only functions under debug builds.
10+
BUILD_TYPE: Debug
1011

1112
jobs:
1213
test:

0 commit comments

Comments
 (0)