You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Share the current directory (where Travis checked out the repository)
44
45
# with the Docker container.
45
46
# Then, in the container, cd into that directory and run the tests.
46
-
docker run --volume "$(pwd):/package""${DOCKER_IMAGE}" /bin/bash -c "cd /package; swift --version; swift package clean; swift build; swift test"
47
+
docker run --volume "$(pwd):/package""${DOCKER_IMAGE}" /bin/bash -c "cd /package; swift --version; swift package clean; swift build; swift test --parallel --filter UnitTests; swift test --filter PerformanceTests"
0 commit comments