Skip to content

Commit

Permalink
Update GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Apr 26, 2022
1 parent 79323d4 commit 99df9da
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- name: Build (Release)
run: swift build -c release
- name: Test (Debug)
run: swift test --configuration debug --enable-test-discovery
run: swift test --configuration debug
- name: Test (Release)
run: swift test --configuration release -Xswiftc -enable-testing --enable-test-discovery
run: swift test --configuration release -Xswiftc -enable-testing

linux-swift:
name: Linux
Expand All @@ -38,6 +38,8 @@ jobs:
- name: Build (Release)
run: swift build -c release
- name: Test (Debug)
run: swift test --configuration debug --enable-test-discovery
run: swift test --configuration debug --enable-code-coverage
- name: Test (Release)
run: swift test --configuration release -Xswiftc -enable-testing --enable-test-discovery
run: swift test --configuration release -Xswiftc -enable-testing --enable-code-coverage
- name: Coverage Report
uses: maxep/[email protected]

0 comments on commit 99df9da

Please sign in to comment.