Skip to content

Commit 25db085

Browse files
committed
Revert "Temporaly disabling ksp testing"
This reverts commit 128a207.
1 parent 8bca6ae commit 25db085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
name: 'Build and test examples'
199199
command: |
200200
cd querydsl-examples/querydsl-example-ksp-codegen
201-
./gradlew --no-daemon --console=plain
201+
./gradlew --no-daemon --console=plain --info --stacktrace test
202202
- run:
203203
name: 'Save test results'
204204
command: |

0 commit comments

Comments
 (0)