We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0f4ad commit 6d8b892Copy full SHA for 6d8b892
1 file changed
.github/workflows/test.yml
@@ -15,8 +15,8 @@ jobs:
15
- name: Run tests
16
run: |
17
${{ steps.init.outputs.codeql-path }} pack ci ./cpp/test/
18
- ${{ steps.init.outputs.codeql-path }} test run -v ./cpp/test/
+ ${{ steps.init.outputs.codeql-path }} test run -vv ./cpp/test/
19
${{ steps.init.outputs.codeql-path }} pack ci ./go/test/
20
- ${{ steps.init.outputs.codeql-path }} test run -v ./go/test/
+ ${{ steps.init.outputs.codeql-path }} test run -vv ./go/test/
21
${{ steps.init.outputs.codeql-path }} pack ci ./java/test/
22
- ${{ steps.init.outputs.codeql-path }} test run -v ./java/test/
+ ${{ steps.init.outputs.codeql-path }} test run -vv ./java/test/
0 commit comments