Skip to content

Commit

Permalink
Update IcpKit-Tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantinos Gaitanis committed Dec 13, 2024
1 parent 5472150 commit b9940a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/IcpKit-Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v
run: swift test --enable-code-coverage --parallel
- name: Upload coverage to codecov.io
uses: codecov/codecov-action@v4.5.0
with:
Expand Down

0 comments on commit b9940a1

Please sign in to comment.