Skip to content

Commit

Permalink
Update swift-build-testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gradyzhuo authored Jun 24, 2024
1 parent 5fa72bb commit 6869c3d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/swift-build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ jobs:
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v4
- name: Build
run: swift build -v --build-tests
- name: Run tests
run: swift test -v --skip-build --enable-code-coverage
run: swift test -v --enable-code-coverage
- name: Create Coverage Report
uses: sersoft-gmbh/swift-coverage-action@v4
id: coverage-files
Expand Down

0 comments on commit 6869c3d

Please sign in to comment.