Skip to content

Commit

Permalink
[CHANGE] Run tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
dioKaratzas committed Aug 14, 2024
1 parent d7c89b9 commit 7b384c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: swift build

- name: Tests
run: swift test
run: swift test --parallel

test_linux:
needs: [run_lint, test_macos]
Expand All @@ -59,4 +59,4 @@ jobs:
run: swift build

- name: Tests
run: swift test
run: swift test --parallel

0 comments on commit 7b384c5

Please sign in to comment.