diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 648b9f360..f2d7e185b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,11 +141,11 @@ jobs: - uses: actions/checkout@v4 - uses: compnerd/gha-setup-swift@v0.2.3 with: - branch: swift-5.10-release - tag: 5.10-RELEASE + branch: swift-5.10.1-release + tag: 5.10.1-RELEASE - name: Build run: | - swift build -v + swift test --enable-test-discovery --enable-code-coverage -v - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 with: