Skip to content
New issue

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

Tests for cross Scala versions #33

Open
lastland opened this issue Feb 20, 2017 · 0 comments
Open

Tests for cross Scala versions #33

lastland opened this issue Feb 20, 2017 · 0 comments

Comments

@lastland
Copy link
Owner

Now we have cross build for Forklift. Unfortunately, there is no cross test. The reason is that part of Forklift's test is copying an example Scala project and run tests against it. The example project has its own build definition, thus a +test in Forklift will not be able to test different versions of the example project.

The solution I have in mind is to utilize parallelization in CircleCI. We need to have a script to change the Scala version in the build definition of the example project. Then on one specific machine, the script is executed before running tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant