Skip to content

Commit

Permalink
Updated GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Oct 2, 2022
1 parent f36434b commit 1eb838e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@ jobs:
- name: Swift Version
run: swift --version
- name: Test (Debug)
run: swift test --configuration debug --enable-code-coverage
run: swift test --configuration debug
- name: Test (Release)
run: swift test --configuration release -Xswiftc -enable-testing --enable-code-coverage
- name: Coverage Report
uses: maxep/[email protected]
run: swift test --configuration release -Xswiftc -enable-testing

test-macOS:
name: Test macOS
Expand Down

0 comments on commit 1eb838e

Please sign in to comment.