Skip to content

Commit

Permalink
Disable swift test parallelization
Browse files Browse the repository at this point in the history
  • Loading branch information
Econa77 committed Jan 12, 2025
1 parent 740bd8a commit a3d9e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Swift-Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build and Test
run: swift test
run: swift test --no-parallel

0 comments on commit a3d9e7c

Please sign in to comment.