In order to run tests, follow these steps:
- Run
cd testsif the work directory is not the current one. - Run
make cleanto clean artifacts and initdocker-composenetworks. Without it (or running any other single tests job) there might be issues with simulateneous running of tests because of a race condition whendocker-composecreates multiple default networks and then cannot chose one among them. - Run
make -j$(nproc)to run all tests and checks. Otherwise, it also possible to specify a job name fromMakefileto run only it.