Skip to content

Commit

Permalink
chore(merge): merge #38 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
sbertix authored May 25, 2021
2 parents ad51967 + c9b83df commit 564ec8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
# test the library.
- name: Test
if: steps.changes.outputs.src == 'true'
run: swift test --parallel --enable-test-discovery --enable-code-coverage
run: swift test --enable-test-discovery --enable-code-coverage
# check for coverage.
- name: Coverage (Export)
if: steps.changes.outputs.src == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# test the library.
- name: Test
if: steps.changes.outputs.src == 'true'
run: swift test --parallel --enable-test-discovery --enable-code-coverage
run: swift test --enable-test-discovery --enable-code-coverage
# check for coverage.
- name: Coverage (Export)
if: steps.changes.outputs.src == 'true'
Expand Down

0 comments on commit 564ec8f

Please sign in to comment.