We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79de598 commit af09db8Copy full SHA for af09db8
.github/workflows/test.yml
@@ -14,6 +14,4 @@ jobs:
14
uses: github/codeql-action/init@v3
15
- name: Run tests
16
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/
+ ${{ steps.init.outputs.codeql-path }} test run -vvv ./java/test/
0 commit comments