Skip to content

Commit 6d8b892

Browse files
committed
Moar verbosity
1 parent 1f0f4ad commit 6d8b892

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- name: Run tests
1616
run: |
1717
${{ steps.init.outputs.codeql-path }} pack ci ./cpp/test/
18-
${{ steps.init.outputs.codeql-path }} test run -v ./cpp/test/
18+
${{ steps.init.outputs.codeql-path }} test run -vv ./cpp/test/
1919
${{ steps.init.outputs.codeql-path }} pack ci ./go/test/
20-
${{ steps.init.outputs.codeql-path }} test run -v ./go/test/
20+
${{ steps.init.outputs.codeql-path }} test run -vv ./go/test/
2121
${{ steps.init.outputs.codeql-path }} pack ci ./java/test/
22-
${{ steps.init.outputs.codeql-path }} test run -v ./java/test/
22+
${{ steps.init.outputs.codeql-path }} test run -vv ./java/test/

0 commit comments

Comments
 (0)