Updated HACKING.rst to not skip tests.

This commit is contained in:
tristan.ramseyer 2022-07-11 02:03:16 +02:00
parent fa20dfc8cd
commit 2b4f2a009d

View file

@ -78,10 +78,10 @@ Debian/Ubuntu
$ git clone git://github.com/LibrePlan/libreplan.git
* Compile project while skipping tests (since they currently do not work at least on Ubuntu 18.04, 20.04 and newer)::
* Compile project::
$ cd libreplan/
$ mvn -DskipTests clean install
$ mvn clean install
* Launch application::