mirror of
https://github.com/softinio/Fishee.git
synced 2025-02-22 13:36:04 -08:00
run tests in parallel
This commit is contained in:
parent
416b61611d
commit
f69cec36ac
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -25,4 +25,4 @@ jobs:
|
|||
run: swift build -v
|
||||
|
||||
- name: Run tests
|
||||
run: swift test -v
|
||||
run: swift test -v --parallel
|
||||
|
|
Loading…
Reference in a new issue