From 4c73da29b088cf2600e6a04304dd780763743743 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Tue, 14 Feb 2023 16:49:15 -0500 Subject: [PATCH] [UPD] README: use test_full_fast instead of test, more fast --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6de9d8..83a6df4 100644 --- a/README.md +++ b/README.md @@ -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 ```