Parallelize tests
This commit is contained in:
@@ -15,7 +15,7 @@ xcode_scheme: Path.swift-Package
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- script: swift test
|
- script: swift test --parallel
|
||||||
name: macOS
|
name: macOS
|
||||||
|
|
||||||
- &xcodebuild
|
- &xcodebuild
|
||||||
@@ -42,7 +42,7 @@ jobs:
|
|||||||
dist: trusty
|
dist: trusty
|
||||||
sudo: false
|
sudo: false
|
||||||
install: eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
|
install: eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
|
||||||
script: swift test
|
script: swift test --parallel
|
||||||
|
|
||||||
- stage: pretest
|
- stage: pretest
|
||||||
name: Check if Linux tests are up-to-date
|
name: Check if Linux tests are up-to-date
|
||||||
|
|||||||
Reference in New Issue
Block a user