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 4963463 commit 517109aCopy full SHA for 517109a
.github/workflows/test.yml
@@ -14,6 +14,6 @@ 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 -v ./cpp/test/
+ ${{ steps.init.outputs.codeql-path }} test run -v ./go/test/
+ ${{ steps.init.outputs.codeql-path }} test run -v ./java/test/
0 commit comments