Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jan 16, 2025
1 parent 0379e12 commit 91985fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
- run: swift build -Xswiftc -warnings-as-errors -Xswiftc -swift-version -Xswiftc 4.2
if: ${{ matrix.swift < 6 && matrix.swift >= 4.2 }}
- run: swift test --enable-code-coverage --parallel
if: ${{ matrix.swift >= 4.2 }}
- run: swift test --parallel
if: ${{ matrix.swift < 4.2 }}

- name: Generate Coverage Report
if: ${{ matrix.swift < 5.4 }} # fails for SOME REASON
Expand Down

0 comments on commit 91985fb

Please sign in to comment.