[UPD] README: use test_full_fast instead of test, more fast

This commit is contained in:
Mathieu Benoit 2023-02-14 16:49:15 -05:00
parent 06bb6a0cc7
commit 4c73da29b0

View file

@ -54,5 +54,5 @@ To change repository like addons, see [GIT_REPO.md](doc/GIT_REPO.md)
# Test
Execute ERPLibre test with his code generator.
```bash
time make test
time make test_full_fast
```