Skip to content

Commit 886f986

Browse files
Update swift.yml
1 parent 9454988 commit 886f986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
swift-version: 6.1.0
1313
- name: Run tests
14-
run: set -o pipefail && time xcodebuild clean test -scheme MarkdownSyntax -sdk macosx -enableCodeCoverage YES | xcpretty
14+
run: swift test --enable-code-coverage
1515
- name: Codecov
1616
uses: codecov/[email protected]
1717
with:

0 commit comments

Comments
 (0)