diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee8f50b4a..625d53cf7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: SPM tests - run: swift test + run: swift test --enable-code-coverage linux: runs-on: ubuntu-latest strategy: