diff --git a/.github/workflows/FeatherQuill.yml b/.github/workflows/FeatherQuill.yml index d8c8e6e..f3c41fe 100644 --- a/.github/workflows/FeatherQuill.yml +++ b/.github/workflows/FeatherQuill.yml @@ -135,7 +135,7 @@ jobs: - name: Build run: swift build - name: Run Swift Package tests - run: swift test #--enable-code-coverage + run: swift test --vv #--enable-code-coverage # - uses: sersoft-gmbh/swift-coverage-action@v4 # id: coverage-files-spm # with: