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
{{ message }}
This repository was archived by the owner on Aug 29, 2022. It is now read-only.
While a Linux image allows development from within the VM, a streamlined approach is to develop like you would normally and run one-time images for executing the tests:
cd Projects/Deferred
docker run --rm -v ${PWD}:/swift -w /swift "swiftdocker/swift:latest" swift test