We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running tests through Docker:
docker run --rm --volume "$(pwd):/package" --workdir "/package" swift:4.2 /bin/bash -c "swift test"
swift test --generate-linuxmain
BuildPlan.missingLinuxMain
The text was updated successfully, but these errors were encountered:
Add a list of tests to be run on Linux (see #13)
01a7021
zoul
No branches or pull requests
Running tests through Docker:
swift test --generate-linuxmain
a part of the build process so that the list of tests for Linux never gets out of sync?BuildPlan.missingLinuxMain
to SPM?The text was updated successfully, but these errors were encountered: