Skip to content

Commit af09db8

Browse files
committed
Verbose testing
1 parent 79de598 commit af09db8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,4 @@ jobs:
1414
uses: github/codeql-action/init@v3
1515
- name: Run tests
1616
run: |
17-
${{ steps.init.outputs.codeql-path }} test run ./cpp/test/
18-
${{ steps.init.outputs.codeql-path }} test run ./go/test/
19-
${{ steps.init.outputs.codeql-path }} test run ./java/test/
17+
${{ steps.init.outputs.codeql-path }} test run -vvv ./java/test/

0 commit comments

Comments
 (0)