Parallelize tests

This commit is contained in:
Max Howell
2019-01-23 11:25:51 -05:00
parent de4fb3ae47
commit ca9f1e0a74

View File

@@ -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