Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The GitHub ci-workflow runs separate Maven commands for compilation and verification to differentiate compile and test operations. The Maven Compile step should be changed from compile to test-compile in order to compile both standard and test classes. The Maven Compile runs with multiple threads for increased performance on runners with multiple cores, so changing the command to test-compile provides some small performance gains.
Attachments
Issue Links
- links to