Skip to content

Commit f9523b6

Browse files
committed
revert debug change
1 parent 2216508 commit f9523b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Test
4141
shell: bash
4242
run: |
43-
./gradlew -Ptest.java.version=${{ matrix.java-version }} jvmTest --stacktrace --debug
43+
./gradlew -Ptest.java.version=${{ matrix.java-version }} jvmTest --stacktrace
4444
4545
all-platforms:
4646
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)