Maven install fails on Windows/macOS
adelnoureddine opened this issue · 2 comments
adelnoureddine commented
Maven install fails on Windows/macOS due to unit tests checking RAPL (only available on Linux).
adelnoureddine commented
To skip tests on Windows and macOS : mvn install -DskipTests
adelnoureddine commented
Updated readme with skip test command in commit 25a00cf